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.
2 parents 26194e2 + ff4dc46 commit ea093e0Copy full SHA for ea093e0
packages/eslint-config-airbnb/.eslintrc
@@ -166,7 +166,10 @@
166
"space-before-function-paren": [2, "never"], // http://eslint.org/docs/rules/space-before-function-paren
167
"space-infix-ops": 2, // http://eslint.org/docs/rules/space-infix-ops
168
"space-return-throw-case": 2, // http://eslint.org/docs/rules/space-return-throw-case
169
- "spaced-comment": 2, // http://eslint.org/docs/rules/spaced-comment
+ "spaced-comment": [2, "always", {// http://eslint.org/docs/rules/spaced-comment
170
+ "exceptions": ["-", "+"],
171
+ "markers": ["=", "!"] // space here to support sprockets directives
172
+ }],
173
174
/**
175
* JSX style
0 commit comments