tslint-mocha-typescript-no-only

Disallows @only suites and tests with mocha-typescript


License
MIT
Install
npm install tslint-mocha-typescript-no-only@1.0.2

Documentation

tslint-mocha-typescript-no-only

Disallows @only suites and tests with mocha-typescript.

Installation

npm i -D tslint-mocha-typescript-no-only

or for yarn:

yarn add -D tslint-mocha-typescript-no-only

then add the following lines to your tslint.json:

{
  "rulesDirectory": [
      "tslint-mocha-typescript-no-only"
  ],
  "rules": {
    "mocha-typescript-no-only": true
  }
}