aboutsummaryrefslogtreecommitdiff
path: root/tslint.json
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2019-08-20 01:46:41 +0300
committerValentin Popov <info@valentineus.link>2019-08-20 01:46:41 +0300
commit22989465538f64e86fe5ac0235e322133b95056c (patch)
tree7c4f1f92310562e8087e3314dc2beac4661b3be1 /tslint.json
parenta6b4bc15ebcfc3aa358fcfc95967da56381f0603 (diff)
downloadelectron-hot-reload-22989465538f64e86fe5ac0235e322133b95056c.tar.xz
electron-hot-reload-22989465538f64e86fe5ac0235e322133b95056c.zip
Initial test application
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'tslint.json')
-rw-r--r--tslint.json8
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
+}