eslint-plugin-testcafe
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "eslint-plugin-testcafe", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Eslint rules for testcafe", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -26,3 +26,3 @@ # eslint-plugin-testcafe | ||
To enable this configuration use the extends property in your .eslintrc config file: | ||
``` | ||
{ | ||
@@ -34,3 +34,4 @@ "plugins": [ | ||
} | ||
``` | ||
See [ESLint documentation](http://eslint.org/docs/user-guide/configuring#extending-configuration-files) for more information about extending configuration files. |
2831
35