diff options
author | Alexander Moisseev <moiseev@mezonplus.ru> | 2018-07-06 10:42:06 +0300 |
---|---|---|
committer | Alexander Moisseev <moiseev@mezonplus.ru> | 2018-07-06 10:42:06 +0300 |
commit | 6d9ad2208ed221ba143525cbdfc692983a952e24 (patch) | |
tree | fd3244536f8461c4e855f8c538df449f483404b4 /.eslintrc.json | |
parent | d3c4028f4da8e84ffb54198d42637778a3becb69 (diff) | |
download | rspamd-6d9ad2208ed221ba143525cbdfc692983a952e24.tar.gz rspamd-6d9ad2208ed221ba143525cbdfc692983a952e24.zip |
[WebUI] Remove unused variables
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 4231abb4b..c5f2bc59c 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -80,7 +80,6 @@ "no-undef": "off", "no-undefined": "off", "no-underscore-dangle": "off", - "no-unused-vars": "off", "no-use-before-define": "off", "one-var-declaration-per-line": "off", "prefer-spread": "off", |