@aoeu/eslint-config
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "@aoeu/eslint-config", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Custom ESLint configuration for The Art of Education University", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1,2 +0,2 @@ | ||
# eslint-config-aoeu | ||
# @aoeu/eslint-config | ||
@@ -8,3 +8,3 @@ This package provides an extensible [shared configuration](https://eslint.org/docs/developer-guide/shareable-configs) for [ESLint](https://eslint.org/) that supports The Art of Education University's JavaScript coding standards. | ||
``` | ||
yarn add -D eslint-config-aoeu | ||
yarn add -D @aoeu/eslint-config | ||
``` | ||
@@ -15,3 +15,3 @@ | ||
``` | ||
npm install -D eslint-config-aoeu | ||
npm install -D @aoeu/eslint-config | ||
``` | ||
@@ -27,7 +27,7 @@ | ||
extends: [ | ||
"aoeu", | ||
"aoeu/react", | ||
"aoeu/testing" | ||
"@aoeu/eslint-config", | ||
"@aoeu/eslint-config/react", | ||
"@aoeu/eslint-config/testing" | ||
] | ||
} | ||
``` |
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
7535