eslint-config-voodoocreation
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -37,4 +37,5 @@ module.exports = { | ||
], | ||
"no-nested-ternary": "off", | ||
"no-restricted-syntax": ["error", "LabeledStatement", "WithStatement"], | ||
"no-underscore-dangle": "off", | ||
"no-restricted-syntax": ["error", "LabeledStatement", "WithStatement"], | ||
"no-param-reassign": [ | ||
@@ -41,0 +42,0 @@ "error", |
@@ -8,2 +8,10 @@ module.exports = { | ||
"react/jsx-props-no-spreading": "off", | ||
"react/jsx-sort-props": [ | ||
"error", | ||
{ | ||
callbacksLast: true, | ||
shorthandLast: true, | ||
ignoreCase: true | ||
} | ||
], | ||
"react/prop-types": "off", | ||
@@ -10,0 +18,0 @@ "react/sort-comp": "off", |
@@ -6,3 +6,3 @@ { | ||
"license": "ISC", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"keywords": [ | ||
@@ -9,0 +9,0 @@ "typescript", |
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
5496
101