From 22989465538f64e86fe5ac0235e322133b95056c Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Tue, 20 Aug 2019 02:46:41 +0400 Subject: Initial test application Signed-off-by: Valentin Popov --- tslint.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'tslint.json') 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 +} -- cgit v1.2.3