Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thsmi/sieve.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schmid <schmid-thomas@gmx.net>2020-06-22 23:00:13 +0300
committerThomas Schmid <schmid-thomas@gmx.net>2020-06-22 23:00:13 +0300
commite725d9d5f3b2087a41e45e784388d8210e3ad6a7 (patch)
treee39ade81b1a29e03aee2c6fa5b20e64fc5d8c248 /.eslintrc.json
parent0a85210de55d788e53f62f9328ee23e5b72b33a3 (diff)
activate new eslint rules
Diffstat (limited to '.eslintrc.json')
-rwxr-xr-x.eslintrc.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index bd8bbf0b..4115294e 100755
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -122,6 +122,8 @@
],
"constructor-super": "error",
"valid-typeof": "warn",
+ "no-unreachable-loop": "error",
+ "no-promise-executor-return": "error",
"no-alert": "warn",
"no-magic-numbers": ["warn", { "ignore": [0], "detectObjects": true }],
"no-throw-literal": "error",