mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-14 06:48:05 -05:00
[eslint config] [base] [fix] ensure all JSX elements are ignored by indent
Fixes #1569.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user