[eslint config] [base] [fix] ensure all JSX elements are ignored by indent

Fixes #1569.
This commit is contained in:
Jordan Harband
2017-09-27 16:33:51 -04:00
parent 2380c0ddb8
commit 8e29a161f9

View File

@@ -119,7 +119,7 @@ module.exports = {
ObjectExpression: 1,
ImportDeclaration: 1,
flatTernaryExpressions: false,
ignoredNodes: ['JSXElement *']
ignoredNodes: ['JSXElement', 'JSXElement *']
}],
// specify whether double or single quotes should be used in JSX attributes