1.0.1 • Published 2 years ago

@pragmatic-divops/eslint-config-cucumber v1.0.1

Weekly downloads
46
License
MIT
Repository
github
Last release
2 years ago

eslint-config-cucumber

Shareable config for ESLint for Cucumber.js tests, which extends @form8ion/eslint-config-cucumber

Node CI Workflow Status

Table of Contents

Usage

MIT license npm

Installation

$ npm install @pragmatic-divops/eslint-config-cucumber --save-dev

Add to the project config

Such as in an .eslintrc.yml

extends:
  - '@pragmatic-divops'
  - '@pragmatic-divops/cucumber'

Contributing

PRs Welcome Conventional Commits Commitizen friendly semantic-release Renovate

Dependencies

$ nvm install
$ npm install

Verification

$ npm test