aboutsummaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
diff options
context:
space:
mode:
authorAlexander Moisseev <moiseev@mezonplus.ru>2018-07-15 14:03:29 +0300
committerAlexander Moisseev <moiseev@mezonplus.ru>2018-07-15 14:03:29 +0300
commitdf63719060cc2fcf62da52b46c86a6397205a976 (patch)
treeb3a50234dc65472640a5a3472356692eb4fddcb9 /.eslintrc.json
parentae91f7edb4a528d4a2ac53194b941b69ebfd0e2b (diff)
downloadrspamd-df63719060cc2fcf62da52b46c86a6397205a976.tar.gz
rspamd-df63719060cc2fcf62da52b46c86a6397205a976.zip
[Minor] Remove unused empty function
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json2
1 files changed, 0 insertions, 2 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index f72a23118..5181105f6 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -68,10 +68,8 @@
"new-cap": "off",
"no-else-return": "off",
"no-empty": "off",
- "no-empty-function": "off",
"no-inline-comments": "off",
"no-invalid-this": "off",
- "no-loop-func": "off",
"no-negated-condition": "off",
"no-underscore-dangle": "off",
"one-var-declaration-per-line": "off",