We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6a8bc6 commit a92f2adCopy full SHA for a92f2ad
.eslintrc
@@ -93,6 +93,7 @@ rules:
93
no-multiple-empty-lines: [2, {max: 2, maxEOF: 0, maxBOF: 0}]
94
no-tabs: 2
95
no-trailing-spaces: 2
96
+ operator-linebreak: [2, after, {overrides: {'?': ignore, ':': ignore}}]
97
quotes: [2, single, avoid-escape]
98
semi: 2
99
semi-spacing: 2
0 commit comments