diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/rules/eslint.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/rules/eslint.json b/src/rules/eslint.json index 30f12c6..ac29da4 100644 --- a/src/rules/eslint.json +++ b/src/rules/eslint.json @@ -69,6 +69,12 @@ "no-debugger": [ "error" ], + "no-eval": [ + "error", + { + "allowIndirect": false + } + ], "no-multi-spaces": [ "error", { |