aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-02-14 00:33:22 +0300
committerValentin Popov <info@valentineus.link>2020-02-14 00:33:22 +0300
commite5250261a7a7aa0febfb68ccfda94db45cebf226 (patch)
treec6d16cd9dd49944ca218494a53c57b82861c9e27 /src
parent0fb0f570970acc836cb8db6aedb491d418a4ae19 (diff)
downloadeslint-config-e5250261a7a7aa0febfb68ccfda94db45cebf226.tar.xz
eslint-config-e5250261a7a7aa0febfb68ccfda94db45cebf226.zip
feat(eslint): Rule "no-implied-eval"
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'src')
-rw-r--r--src/rules/default.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rules/default.json b/src/rules/default.json
index 6738853..a0527c9 100644
--- a/src/rules/default.json
+++ b/src/rules/default.json
@@ -245,6 +245,9 @@
"no-extra-semi": [
"error"
],
+ "no-implied-eval": [
+ "error"
+ ],
"no-magic-numbers": [
"warn",
{