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 <mauricio@fauth.dev>2019-05-25 04:31:15 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2019-05-25 04:31:15 +0300
commit70d2295f58d33875de16a5e18c032140895228c7 (patch)
treec3e761b45983c2459f2102328374ebd5ace7938b /.eslintrc.json
parent923e3fb050209b6c2846127f6327a6d0b5de1af9 (diff)
Remove unnecessary escape usage
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
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 38488cdc9c..0f58c374eb 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -26,7 +26,7 @@
"no-trailing-spaces": "error",
"no-underscore-dangle": "warn",
"no-unneeded-ternary": "error",
- "no-useless-escape": "warn",
+ "no-useless-escape": "error",
"object-curly-spacing": ["error", "always"],
"one-var": ["error", "never"],
"padded-blocks": ["error", "never"],