@gitlab/eslint-plugin-i18n
Advanced tools
Comparing version 1.0.0 to 1.1.0
{ | ||
"name": "@gitlab/eslint-plugin-i18n", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "Detect and autofix strings which require externalization in Vanilla JS files.", | ||
@@ -5,0 +5,0 @@ "repository": "https://gitlab.com/gitlab-org/frontend/eslint-plugin-i18n.git", |
@@ -32,3 +32,3 @@ [![pipeline status](https://gitlab.com/gitlab-org/frontend/eslint-plugin-i18n/badges/master/pipeline.svg)](https://gitlab.com/gitlab-org/frontend/eslint-plugin-i18n/commits/master) | ||
{ | ||
"plugins": ["@gitlab/eslint-plugin-i18n"] | ||
"plugins": ["@gitlab/i18n"] | ||
} | ||
@@ -41,3 +41,3 @@ ``` | ||
plugins: | ||
- @gitlab/eslint-plugin-i18n | ||
- @gitlab/i18n | ||
``` | ||
@@ -52,3 +52,3 @@ | ||
"rules": { | ||
"@gitlab/eslint-plugin-i18n/detect-non-i18n-string": "error" | ||
"@gitlab/i18n/no-non-i18n-strings": "error" | ||
} | ||
@@ -62,3 +62,3 @@ } | ||
rules: | ||
"@gitlab/eslint-plugin-i18n/detect-non-i18n-string": error | ||
"@gitlab/i18n/no-non-i18n-strings": error | ||
``` | ||
@@ -75,3 +75,3 @@ | ||
- [detect-non-i18n-string](https://gitlab.com/gitlab-org/frontend/eslint-plugin-i18n/blob/master/docs/rules/detect-non-i18n-string.md) | ||
- [no-non-i18n-strings](https://gitlab.com/gitlab-org/frontend/eslint-plugin-i18n/blob/master/docs/rules/no-non-i18n-strings.md) | ||
@@ -78,0 +78,0 @@ ## Contribution guidelines |
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
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
17188
2