diff options
author | Alexander Moisseev <moiseev@mezonplus.ru> | 2018-07-15 14:03:29 +0300 |
---|---|---|
committer | Alexander Moisseev <moiseev@mezonplus.ru> | 2018-07-15 14:03:29 +0300 |
commit | df63719060cc2fcf62da52b46c86a6397205a976 (patch) | |
tree | b3a50234dc65472640a5a3472356692eb4fddcb9 /.eslintrc.json | |
parent | ae91f7edb4a528d4a2ac53194b941b69ebfd0e2b (diff) | |
download | rspamd-df63719060cc2fcf62da52b46c86a6397205a976.tar.gz rspamd-df63719060cc2fcf62da52b46c86a6397205a976.zip |
[Minor] Remove unused empty function
Diffstat (limited to '.eslintrc.json')
-rw-r--r-- | .eslintrc.json | 2 |
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", |