eslint-config-zavatta-react
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -15,3 +15,3 @@ 'use strict'; | ||
'react/jsx-indent-props': [2, 2], | ||
'react/jsx-max-props-per-line': 2, | ||
'react/jsx-max-props-per-line': [2, 2], | ||
'react/jsx-no-duplicate-props': 2, | ||
@@ -18,0 +18,0 @@ 'react/jsx-no-literals': 0, |
{ | ||
"name": "eslint-config-zavatta-react", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "ESLint config for esling-plugin-react", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
1806