eslint-plugin-testcafe

0.2.1 • Public • Published

eslint-plugin-testcafe

ESLint rules for testcafe

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-testcafe:

$ npm install eslint-plugin-testcafe --save-dev

Note: If you installed ESLint globally (using the -g flag) then you must also install eslint-plugin-testcafe globally.

Recommended configuration

This plugin export a recommended configuration that enforce good practices.

To enable this configuration use the extends property in your .eslintrc config file:

{
  "plugins": [
    "testcafe"
  ],
  "extends": "plugin:testcafe/recommended"
}

See ESLint documentation for more information about extending configuration files.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.2.1
    84,630
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.2.1
    84,630
  • 0.2.0
    2
  • 0.1.0
    1

Package Sidebar

Install

npm i eslint-plugin-testcafe

Weekly Downloads

84,633

Version

0.2.1

License

MIT

Last publish

Collaborators

  • miherlosev