@pragmatic-divops/eslint-config-cypress
v1.0.37
Published
Shareable config for ESLint for projects that use Cypress
Downloads
46
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-dev
Example
module.exports = {
extends: [
'@pragmatic-divops',
'@pragmatic-divops/cypress'
]
};
Contributing
Dependencies
$ nvm install
$ npm install
Verification
$ npm test