eslint-config-walmart
Advanced tools
Comparing version 1.2.1 to 1.2.2
{ | ||
"name": "eslint-config-walmart", | ||
"description": "A set of default eslint configurations, Walmart Labs style.", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"author": "Eric Baer <me@ericbaer.com>", | ||
@@ -6,0 +6,0 @@ "homepage": "https://github.com/walmartlabs/eslint-config-walmart", |
@@ -72,3 +72,3 @@ "use strict"; | ||
// Validate props indentation in JSX | ||
"react/jsx-indent-props": [2, 2], | ||
"react/jsx-indent-props": 0, | ||
// Validate JSX has key prop when in array or iterator | ||
@@ -75,0 +75,0 @@ "react/jsx-key": 2, |
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
159650