diff options
Diffstat (limited to 'tslint.json')
-rw-r--r-- | tslint.json | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/tslint.json b/tslint.json index 7cf929f..9b4e029 100644 --- a/tslint.json +++ b/tslint.json @@ -20,9 +20,13 @@ 120 ] }, - "no-constant-condition": true + "mocha-avoid-only": false, + "mocha-no-side-effect-code": false, + "mocha-unneeded-done": false, + "no-constant-condition": true, + "no-relative-imports": false }, "rulesDirectory": [ "node_modules/tslint-eslint-rules/dist/rules" ] -}
\ No newline at end of file +} |