Skip to content

pmb0/eslint-plugin-testcafe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%