aboutsummaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
diff options
context:
space:
mode:
authorAlexander Moisseev <moiseev@mezonplus.ru>2018-09-22 10:41:32 +0300
committerAlexander Moisseev <moiseev@mezonplus.ru>2018-09-22 10:43:34 +0300
commita9ef733f69c24eba8599c85a5486637d3bda4317 (patch)
tree513909d808bfdedc20017a8fa34b20e338fd25aa /.eslintrc.json
parent5fc95db5da1f3f099bd6be53dea965bcea669307 (diff)
downloadrspamd-a9ef733f69c24eba8599c85a5486637d3bda4317.tar.gz
rspamd-a9ef733f69c24eba8599c85a5486637d3bda4317.zip
[Test] Enable some ESLint rules
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json3
1 files changed, 0 insertions, 3 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index ccd26cc74..6af989a1f 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -57,7 +57,6 @@
// Temporarily disabled rules
"array-element-newline": "off",
- "consistent-this": "off",
"func-style": "off",
"function-paren-newline": "off",
"line-comment-position": "off",
@@ -66,8 +65,6 @@
"max-lines-per-function": "off",
"no-inline-comments": "off",
"no-invalid-this": "off",
- "no-underscore-dangle": "off",
- "one-var-declaration-per-line": "off",
"sort-keys": "off",
"sort-vars": "off"
}