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 03:30:14 +0300
committerMaurício Meneghini Fauth <mauriciofauth@gmail.com>2017-09-26 03:30:14 +0300
commitef99fef8d6b760a2f3552c89afe50ba6d5562add (patch)
tree8f7ceb1a7faf9518eb0073b09b2a8943a2ba4e1c /.eslintrc.json
parent97323989cb88a79193f0632008404ed615135e77 (diff)
Change ESLint's eqeqeq 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 f30e53d262..5932a051bb 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -11,7 +11,7 @@
"curly": "error",
"dot-notation": "error",
"eol-last": "error",
- "eqeqeq": "warn",
+ "eqeqeq": "error",
"indent": ["error", 4],
"keyword-spacing": "error",
"new-cap": "warn",