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 5ddd508 commit e8effa4Copy full SHA for e8effa4
.eslintrc
@@ -92,6 +92,7 @@ rules:
92
no-multiple-empty-lines: [2, {max: 2, maxEOF: 0, maxBOF: 0}]
93
no-tabs: 2
94
no-trailing-spaces: 2
95
+ operator-linebreak: [2, after, {overrides: {'?': ignore, ':': ignore}}]
96
quotes: [2, single, avoid-escape]
97
semi: 2
98
semi-spacing: 2
0 commit comments