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.
indent
1 parent 2380c0d commit 8e29a16Copy full SHA for 8e29a16
packages/eslint-config-airbnb-base/rules/style.js
@@ -119,7 +119,7 @@ module.exports = {
119
ObjectExpression: 1,
120
ImportDeclaration: 1,
121
flatTernaryExpressions: false,
122
- ignoredNodes: ['JSXElement *']
+ ignoredNodes: ['JSXElement', 'JSXElement *']
123
}],
124
125
// specify whether double or single quotes should be used in JSX attributes
0 commit comments