@aoeu/eslint-config
Advanced tools
Comparing version 0.2.1 to 0.3.0
{ | ||
"name": "@aoeu/eslint-config", | ||
"version": "0.2.1", | ||
"version": "0.3.0", | ||
"description": "Custom ESLint configuration for The Art of Education University", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
module.exports = { | ||
rules: { | ||
"complexity": ["error", { max: 10 }], | ||
"max-len": ["warn", { "code": 100 }], | ||
@@ -4,0 +5,0 @@ "semi": ["error", "never"], |
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
7577
176