@aoeu/eslint-config
Advanced tools
Comparing version 0.3.0 to 0.4.0
{ | ||
"name": "@aoeu/eslint-config", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"description": "Custom ESLint configuration for The Art of Education University", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
module.exports = { | ||
rules: { | ||
"react/jsx-closing-bracket-location": ["error", "after-props"], | ||
"react/self-closing-comp": ["error", { | ||
"component": true, | ||
"html": true | ||
}], | ||
"react/react-in-jsx-scope": "off", | ||
@@ -5,0 +9,0 @@ "react-hooks/rules-of-hooks": "error", |
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
7672
180