DeprecatedThis package is deprecated
eslint-plugin-no-exclusive-tests
ESLint rule to disallow use of exclusive tests
Usage
Install
eslint-plugin-no-exclusive-testsas a dev-dependency:npm install --save-dev eslint-plugin-no-exclusive-testsEnable the plugin by adding it to your
.eslintrc:plugins: - no-exclusive-tests
The "no-exclusive-tests" rule is enabled by default and set to "2": "turn the rule on as an error (exit code is 1 when triggered)" (see Configuring Rules).
You may configure the rule by adding it in your .eslintrc rules property:
plugins:
- no-exclusive-tests
rules:
no-exlusive-tests/no-exclusive-tests: 0
Rules
Author
2015 Tom Vincent git@tlvince.com
License
Licensed under the MIT license.