eslint-config-guyellis
Advanced tools
Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "eslint-config-guyellis", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Guy Ellis ESLint Config", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -16,5 +16,6 @@ module.exports = { | ||
'react/no-unknown-property': 1, | ||
'react/prop-types': 2, | ||
'react/react-in-jsx-scope': 1, | ||
'react/self-closing-comp': 1, | ||
'react/self-closing-comp': 1 | ||
} | ||
}; |
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
7608
96