summaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
diff options
context:
space:
mode:
authorAlexander Moisseev <moiseev@mezonplus.ru>2018-07-15 16:55:48 +0300
committerAlexander Moisseev <moiseev@mezonplus.ru>2018-07-15 16:55:48 +0300
commit8b32cbde5fcffe085864de5dcd3daa35a9b01f7e (patch)
tree86fe6ce803911002054ab458bf629148ee3deaf5 /.eslintrc.json
parentdf63719060cc2fcf62da52b46c86a6397205a976 (diff)
downloadrspamd-8b32cbde5fcffe085864de5dcd3daa35a9b01f7e.tar.gz
rspamd-8b32cbde5fcffe085864de5dcd3daa35a9b01f7e.zip
[Minor] Avoid using empty blocks
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index 5181105f6..3e52ed7f8 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -67,7 +67,6 @@
"max-statements-per-line": "off",
"new-cap": "off",
"no-else-return": "off",
- "no-empty": "off",
"no-inline-comments": "off",
"no-invalid-this": "off",
"no-negated-condition": "off",