1.0.0-rc.1 • Published 9 years ago

eslint-plugin-no-exclusive-tests v1.0.0-rc.1

Weekly downloads
944
License
MIT
Repository
github
Last release
9 years ago

eslint-plugin-no-exclusive-tests

ESLint rule to disallow use of exclusive tests

Usage

  1. Install eslint-plugin-no-exclusive-tests as a dev-dependency:

    npm install --save-dev eslint-plugin-no-exclusive-tests
  2. Enable 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.