summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-02-14 00:25:55 +0300
committerValentin Popov <info@valentineus.link>2020-02-14 00:25:55 +0300
commite5752a7db1504475596273dab283b6bf76dcd9f5 (patch)
tree9bcd2f2098cc764496a7e6feb3b3144b9270e1cb /src
parent5bd92b74f29032bedfc350a17f663f220d45461a (diff)
downloadeslint-config-e5752a7db1504475596273dab283b6bf76dcd9f5.tar.xz
eslint-config-e5752a7db1504475596273dab283b6bf76dcd9f5.zip
feat(eslint): Rule "no-caller"
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 d4b96c7..05db158 100644
--- a/src/rules/default.json
+++ b/src/rules/default.json
@@ -200,6 +200,9 @@
"no-alert": [
"warn"
],
+ "no-caller": [
+ "error"
+ ],
"no-catch-shadow": [
"off"
],