We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0052c40 commit 7b0aaa7Copy full SHA for 7b0aaa7
.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