Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurício Meneghini Fauth <mauriciofauth@gmail.com>2017-09-26 04:46:20 +0300
committerMaurício Meneghini Fauth <mauriciofauth@gmail.com>2017-09-26 04:46:20 +0300
commit3a00dd69a5655f700a2e379b453e851124dcdce9 (patch)
treeddae7179ea118043614df80d6f504658977d5d49 /.eslintrc.json
parentef99fef8d6b760a2f3552c89afe50ba6d5562add (diff)
Change ESLint's one-var to error
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index 5932a051bb..0202573ced 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -28,7 +28,7 @@
"no-unneeded-ternary": "error",
"no-useless-escape": "warn",
"object-curly-spacing": ["error", "always"],
- "one-var": ["warn", "never"],
+ "one-var": ["error", "never"],
"padded-blocks": ["error", "never"],
"quotes": ["error", "single"],
"semi": "error",