@10up/eslint-config
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "@10up/eslint-config", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "A shareable ESLint configuration", | ||
@@ -5,0 +5,0 @@ "main": ".eslintrc", |
@@ -19,5 +19,12 @@ # eslint-config-10up | ||
"eslintConfig": { | ||
"extends": "10up" | ||
"extends": "@10up/eslint-config" | ||
} | ||
} | ||
``` | ||
Or add a .eslintrc file to your project root containing: | ||
```json | ||
{ | ||
"extends": "@10up/eslint-config" | ||
} | ||
``` |
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
1749
29