@pragmatic-divops/eslint-config-cypress
v1.0.38
Published
Shareable config for ESLint for projects that use Cypress
Readme
eslint-config-cypress
Shareable config for ESLint for projects that use Cypress, which extends @form8ion/eslint-config-cypress
Table of Contents
Usage
Installation
$ npm install @pragmatic-divops/eslint-config-cypress --save-devExample
module.exports = {
extends: [
'@pragmatic-divops',
'@pragmatic-divops/cypress'
]
};Contributing
Dependencies
$ nvm install
$ npm installVerification
$ npm test