eslint-config-trails
Advanced tools
Comparing version 1.0.8 to 1.0.9
{ | ||
"name": "eslint-config-trails", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "Trails.js eslint config", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -29,3 +29,3 @@ module.exports = { | ||
// Prevent missing parentheses around multilines JSX | ||
'react/wrap-multilines': 2, | ||
'react/jsx-wrap-multilines': 2, | ||
// specify whether double or single quotes should be used in JSX attributes | ||
@@ -32,0 +32,0 @@ 'jsx-quotes': 2 |
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
10142