@welldone-software/eslint-plugin-welldone
Advanced tools
Comparing version 0.4.1 to 0.4.2
{ | ||
"name": "@welldone-software/eslint-plugin-welldone", | ||
"description": "Custom eslint rules helpful for our needs", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"engines": { | ||
@@ -6,0 +6,0 @@ "node": ">=10.0.0" |
@@ -1,2 +0,2 @@ | ||
# eslint-plugin-welldone | ||
# @welldone-software/eslint-plugin-welldone | ||
@@ -13,9 +13,9 @@ Prevent to use anything except import/export | ||
Next, install `eslint-plugin-welldone`: | ||
Next, install `@welldone-software/eslint-plugin-welldone`: | ||
``` | ||
$ npm install eslint-plugin-welldone --save-dev | ||
$ npm install @welldone-software/eslint-plugin-welldone --save-dev | ||
``` | ||
**Note:** If you installed ESLint globally (using the `-g` flag) then you must also install `eslint-plugin-welldone` globally. | ||
**Note:** If you installed ESLint globally (using the `-g` flag) then you must also install `@welldone-software/eslint-plugin-welldone` globally. | ||
@@ -22,0 +22,0 @@ ## Usage |
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
11428