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-07-12 06:03:34 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2019-07-12 06:03:34 +0300
commite8dfc8f0131b09efafe669968a5896dbfadae314 (patch)
tree08e3b10f8797b940d8dd99587a74494c54580ad9 /.eslintrc.json
parent59e18b4ae71b50a2ff1788fc02b780eef06a5afa (diff)
Restore eslint standard from v5
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index 9a4e8a02b2..92cb787c37 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -39,6 +39,8 @@
"no-new-func": "error",
"no-new-object": "error",
"no-param-reassign": "error",
+ "no-prototype-builtins": "off",
+ "no-redeclare": ["error", { "builtinGlobals": false }],
"no-trailing-spaces": "error",
"no-underscore-dangle": "error",
"no-unneeded-ternary": "error",