Skip to content

pragmatic-divops/eslint-config-cypress

Repository files navigation

eslint-config-cypress

Shareable config for ESLint for projects that use Cypress, which extends @form8ion/eslint-config-cypress

Node CI Workflow Status

Table of Contents

Usage

MIT license npm

Installation

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

Example

module.exports = {
  extends: [
    '@pragmatic-divops',
    '@pragmatic-divops/cypress'
  ]
};

Contributing

PRs Welcome Conventional Commits Commitizen friendly semantic-release Renovate

Dependencies

$ nvm install
$ npm install

Verification

$ npm test