We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d0acf0 commit 38a9db3Copy full SHA for 38a9db3
.eslintrc
@@ -4,7 +4,7 @@
4
"eslint:recommended"
5
],
6
"parserOptions": {
7
- "ecmaVersion": 5,
+ "ecmaVersion": 5
8
},
9
"env": {
10
"commonjs": true
@@ -27,7 +27,7 @@
27
"indent": [0],
28
"indent-legacy": [2, 4, {"SwitchCase": 1}],
29
"max-len": [0, 80],
30
- "brace-style": [0, "stroustrup", {"allowSingleLine": true}],
+ "brace-style": [2, "1tbs", {"allowSingleLine": true}],
31
"curly": [2, "multi-line"],
32
"camelcase": [2, {"properties": "never"}],
33
"comma-spacing": [2, {"before": false, "after": true}],
0 commit comments