aboutsummaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
diff options
context:
space:
mode:
authorAlexander Moisseev <moiseev@mezonplus.ru>2018-07-15 13:26:53 +0300
committerAlexander Moisseev <moiseev@mezonplus.ru>2018-07-15 13:26:53 +0300
commitae91f7edb4a528d4a2ac53194b941b69ebfd0e2b (patch)
treebdb08d93fc81c3785bb7d3eb9fbafb7f173d883c /.eslintrc.json
parent89bfbd940c9f5d96de3dd661fc43f3fbd75ccc27 (diff)
downloadrspamd-ae91f7edb4a528d4a2ac53194b941b69ebfd0e2b.tar.gz
rspamd-ae91f7edb4a528d4a2ac53194b941b69ebfd0e2b.zip
[Minor] Do not use identifiers before their declarations
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 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",