eslint-plugin-react
Advanced tools
Comparing version 7.18.2 to 7.18.3
@@ -377,2 +377,5 @@ /** | ||
} | ||
if (node.parent.type !== 'JSXElement' && node.parent.type !== 'JSXFragment') { | ||
return; | ||
} | ||
const parentNodeIndent = getNodeIndent(node.parent); | ||
@@ -379,0 +382,0 @@ checkLiteralNodeIndent(node, parentNodeIndent + indentSize); |
{ | ||
"name": "eslint-plugin-react", | ||
"version": "7.18.2", | ||
"version": "7.18.3", | ||
"author": "Yannick Croissant <yannick.croissant+npm@gmail.com>", | ||
@@ -5,0 +5,0 @@ "description": "React specific linting rules for ESLint", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
689649
14966