summaryrefslogtreecommitdiff
path: root/tslint.json
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2019-08-20 11:38:39 +0300
committerValentin Popov <info@valentineus.link>2019-08-20 11:38:39 +0300
commit419f48c18d84ba3516124571ad8134bf304e65ab (patch)
treeae09d4cd491815061d84c61ea6b62bf89b098ff4 /tslint.json
parent809a5efb9db4284b0124c75fbaec34d3dd22e7bc (diff)
downloadelectron-hot-reload-419f48c18d84ba3516124571ad8134bf304e65ab.tar.xz
electron-hot-reload-419f48c18d84ba3516124571ad8134bf304e65ab.zip
Added Renderer reloader
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'tslint.json')
-rw-r--r--tslint.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/tslint.json b/tslint.json
index 9b4e029..35769ad 100644
--- a/tslint.json
+++ b/tslint.json
@@ -23,6 +23,7 @@
"mocha-avoid-only": false,
"mocha-no-side-effect-code": false,
"mocha-unneeded-done": false,
+ "newline-per-chained-call": false,
"no-constant-condition": true,
"no-relative-imports": false
},