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-25 23:58:45 +0300
committerMaurício Meneghini Fauth <mauriciofauth@gmail.com>2017-09-25 23:58:45 +0300
commit97323989cb88a79193f0632008404ed615135e77 (patch)
tree575103d886225010541bede84a5ec8722945f7f5 /.eslintrc.json
parente9e834d02eddf628a713678a50ede81054b144e6 (diff)
Change ESLint's brace-style 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 68418f56c2..f30e53d262 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -5,7 +5,7 @@
},
"rules": {
"array-bracket-spacing": "error",
- "brace-style": "warn",
+ "brace-style": "error",
"camelcase": "warn",
"comma-style": ["error", "last"],
"curly": "error",