tslint-mocha-typescript-no-only

1.0.2 • Public • Published

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
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i tslint-mocha-typescript-no-only

Weekly Downloads

3

Version

1.0.2

License

MIT

Unpacked Size

5.54 kB

Total Files

7

Last publish

Collaborators

  • mad_gooze