@welldone-software/eslint-plugin
Advanced tools
Comparing version 0.4.3 to 0.4.4
{ | ||
"name": "@welldone-software/eslint-plugin", | ||
"description": "Custom eslint rules helpful for our needs", | ||
"version": "0.4.3", | ||
"version": "0.4.4", | ||
"engines": { | ||
@@ -6,0 +6,0 @@ "node": ">=10.0.0" |
@@ -23,7 +23,7 @@ # @welldone-software/eslint-plugin | ||
Add `welldone` to the plugins section of your `.eslintrc` configuration file. You can omit the `eslint-plugin-` prefix: | ||
Add `@welldone-software` to the plugins section of your `.eslintrc` configuration file. You can omit the `eslint-plugin-` prefix: | ||
```json | ||
{ | ||
"plugins": ["welldone"] | ||
"plugins": ["@welldone-software"] | ||
} | ||
@@ -37,3 +37,3 @@ ``` | ||
"rules": { | ||
"welldone/modules-engagement": "error", | ||
"@welldone-software/modules-engagement": "error", | ||
} | ||
@@ -46,3 +46,3 @@ } | ||
([`welldone/modules-engagement`](./rules/modules-engagement)) | ||
([`@welldone-software/modules-engagement`](./rules/modules-engagement)) | ||
@@ -59,3 +59,3 @@ This rule enforces Welldone's standard file structure. | ||
"rules": { | ||
"welldone/modules-engagement": ["error", { | ||
"@welldone-software/modules-engagement": ["error", { | ||
// provide a glob to only lint certain paths. F.E: | ||
@@ -62,0 +62,0 @@ // glob": "/packages/!(common-package)/**/!(*.stories|*.test).js" |
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
11433