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-06-07 05:33:30 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2019-06-07 05:33:30 +0300
commit4260eb0a737885a1b38a888607817ff7f1942684 (patch)
tree0dd7cadc0b3fdd31056eee7f5e410fc2e3a3d1ae /.eslintrc.json
parentaad0430be8433f0287cd1a16f0813040b0088d88 (diff)
Remove empty blocks in JavaScript files
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
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 fec0c42429..58a3d9e3c6 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -30,7 +30,6 @@
"new-cap": "error",
"no-array-constructor": "error",
"no-console": "warn",
- "no-empty": "warn",
"no-eval": "error",
"no-fallthrough": "warn",
"no-loop-func": "error",