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 1058366 commit ea8ce86Copy full SHA for ea8ce86
.eslintrc
@@ -22,7 +22,6 @@
22
"no-trailing-spaces": [2],
23
"no-multiple-empty-lines": [2, {"max": 2, "maxEOF": 0}],
24
"eol-last": [2],
25
- "linebreak-style": [2, "unix"],
26
"indent": [2, 4, {"SwitchCase": 1}],
27
"max-len": [0, 80],
28
"brace-style": [0, "stroustrup", {"allowSingleLine": true}],
0 commit comments