@dsmjs/eslint-config-cucumber
v1.0.10
Published
Shareable config for ESLint for Cucumber.js tests
Readme
eslint-config-cucumber
Shareable config for ESLint for Cucumber.js tests, which extends @form8ion/eslint-config-cucumber
Table of Contents
Usage
Installation
$ npm install @dsmjs/eslint-config-cucumber --save-devAdd to the project config
Such as in an .eslintrc.yml
extends:
- '@dsmjs'
- '@dsmjs/cucumber'Contributing
Dependencies
$ nvm install
$ npm installVerification
$ npm test