@scandipwa/eslint-plugin-scandipwa-guidelines
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "@scandipwa/eslint-plugin-scandipwa-guidelines", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Eslint rules for ScandiPWA", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -16,3 +16,3 @@ # eslint-plugin-scandipwa-guidelines | ||
```bash | ||
npm install eslint-plugin-scandipwa-guidelines --save-dev | ||
npm install @scandipwa/eslint-plugin-scandipwa-guidelines --save-dev | ||
``` | ||
@@ -24,3 +24,3 @@ | ||
Add `scandipwa-guidelines` to the plugins section of your `.eslintrc` configuration file. You can omit the `eslint-plugin-` prefix: | ||
Add `@scandipwa/scandipwa-guidelines` to the plugins section of your `.eslintrc` configuration file. You can omit the `eslint-plugin-` prefix: | ||
@@ -30,3 +30,3 @@ ```json | ||
"plugins": [ | ||
"scandipwa-guidelines" | ||
"@scandipwa/scandipwa-guidelines" | ||
] | ||
@@ -42,3 +42,3 @@ } | ||
"rules": { | ||
"scandipwa-guidelines/rule-name": 2 | ||
"@scandipwa/scandipwa-guidelines/rule-name": 2 | ||
} | ||
@@ -45,0 +45,0 @@ } |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
24916
0