We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a63c556 commit 347abf3Copy full SHA for 347abf3
.eslintrc
@@ -60,6 +60,7 @@ rules:
60
indent: [2, 2, {SwitchCase: 1}]
61
key-spacing: [2, {mode: "minimum"}]
62
keyword-spacing: 2
63
+ linebreak-style: [2, "unix"]
64
max-len: [2, 80, 2]
65
new-parens: 2
66
no-mixed-spaces-and-tabs: 2
0 commit comments