diff options
author | Alexander Moisseev <moiseev@mezonplus.ru> | 2018-07-15 16:55:48 +0300 |
---|---|---|
committer | Alexander Moisseev <moiseev@mezonplus.ru> | 2018-07-15 16:55:48 +0300 |
commit | 8b32cbde5fcffe085864de5dcd3daa35a9b01f7e (patch) | |
tree | 86fe6ce803911002054ab458bf629148ee3deaf5 /.eslintrc.json | |
parent | df63719060cc2fcf62da52b46c86a6397205a976 (diff) | |
download | rspamd-8b32cbde5fcffe085864de5dcd3daa35a9b01f7e.tar.gz rspamd-8b32cbde5fcffe085864de5dcd3daa35a9b01f7e.zip |
[Minor] Avoid using empty blocks
Diffstat (limited to '.eslintrc.json')
-rw-r--r-- | .eslintrc.json | 1 |
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", |