We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc0ed2e commit a82573dCopy full SHA for a82573d
.eslintrc
@@ -55,6 +55,7 @@ rules:
55
56
# Stylistic Issues
57
# http://eslint.org/docs/rules/#stylistic-issues
58
+ brace-style: [2, "1tbs", {allowSingleLine: true}]
59
comma-spacing: 2
60
eol-last: 2
61
indent: [2, 2, {SwitchCase: 1}]
0 commit comments