eslint-plugin-testcafe
Advanced tools
Comparing version 0.1.0 to 0.2.0
'use strict'; | ||
module.exports = { | ||
environments: { | ||
testcafe: { | ||
configs: { | ||
recommended: { | ||
globals: { | ||
@@ -7,0 +7,0 @@ fixture: false, |
{ | ||
"name": "eslint-plugin-testcafe", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "Eslint rules for testcafe", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -21,2 +21,15 @@ # eslint-plugin-testcafe | ||
## Usage | ||
## 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](http://eslint.org/docs/user-guide/configuring#extending-configuration-files) for more information about extending configuration files. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2823
34