1.0.2 • Published 7 years ago
tslint-mocha-typescript-no-only v1.0.2
tslint-mocha-typescript-no-only
Disallows @only suites and tests with mocha-typescript.
Installation
npm i -D tslint-mocha-typescript-no-onlyor for yarn:
yarn add -D tslint-mocha-typescript-no-onlythen add the following lines to your tslint.json:
{
"rulesDirectory": [
"tslint-mocha-typescript-no-only"
],
"rules": {
"mocha-typescript-no-only": true
}
}