We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b52571c commit 9bddd79Copy full SHA for 9bddd79
.eslintrc
@@ -54,6 +54,7 @@ rules:
54
55
# Stylistic Issues
56
# http://eslint.org/docs/rules/#stylistic-issues
57
+ brace-style: [2, "1tbs", {allowSingleLine: true}]
58
comma-spacing: 2
59
eol-last: 2
60
indent: [2, 2, {SwitchCase: 1}]
0 commit comments