Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@gitlab/eslint-plugin-i18n

Package Overview
Dependencies
Maintainers
11
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gitlab/eslint-plugin-i18n - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

docs/rules/no-non-i18n-strings.md

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc