diff options
author | Alexander Moisseev <moiseev@mezonplus.ru> | 2018-07-15 13:26:53 +0300 |
---|---|---|
committer | Alexander Moisseev <moiseev@mezonplus.ru> | 2018-07-15 13:26:53 +0300 |
commit | ae91f7edb4a528d4a2ac53194b941b69ebfd0e2b (patch) | |
tree | bdb08d93fc81c3785bb7d3eb9fbafb7f173d883c /.eslintrc.json | |
parent | 89bfbd940c9f5d96de3dd661fc43f3fbd75ccc27 (diff) | |
download | rspamd-ae91f7edb4a528d4a2ac53194b941b69ebfd0e2b.tar.gz rspamd-ae91f7edb4a528d4a2ac53194b941b69ebfd0e2b.zip |
[Minor] Do not use identifiers before their declarations
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 b4f242a41..f72a23118 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -74,7 +74,6 @@ "no-loop-func": "off", "no-negated-condition": "off", "no-underscore-dangle": "off", - "no-use-before-define": "off", "one-var-declaration-per-line": "off", "prefer-spread": "off", "sort-keys": "off", |