[eslint] Enforce brace style

This commit is contained in:
Faris Ansari 2018-01-24 12:19:23 +05:30
parent 46d6b46c0f
commit 663bdcb955

View file

@ -11,6 +11,18 @@
"tab",
{ "SwitchCase": 1 }
],
"brace-style": [
"error",
"1tbs"
],
"space-before-function-paren": [
"error",
"never"
],
"space-unary-ops": [
"error",
{ "words": true }
],
"linebreak-style": [
"error",
"unix"