eslint-plugin-vue-i18n icon indicating copy to clipboard operation
eslint-plugin-vue-i18n copied to clipboard

:globe_with_meridians: ESLint plugin for Vue I18n

Results 49 eslint-plugin-vue-i18n issues
Sort by recently updated
recently updated
newest added

**Tell us about your environment** - **ESLint version:** 8.1.0 - **eslint-plugin-vue version:** 9.0.0 - **eslint-plugin-vue-i18n version:** 2.0.0 - **Node version:** 16.17.0 **Please show your full configuration:** (using the eslinstrc supplied...

Type: Bug

Hi All is working fine so long as I'm using HTML SFCs. As soon as I start using Pug (aka Jade) then the linter fails to detect, eg, @intlify/vue-i18n/no-missing-keys. Is...

Type: Feature
help wanted

I switched my locale files from js to json to get the benefits of this package, there are still gaps though, for example, I build some translations dynamically out of...

Type: Feature
Status: Proposal

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

Type: Dependency

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint-plugin-markdown](https://togithub.com/eslint/eslint-plugin-markdown) | [`^2.0.0` -> `^3.0.0`](https://renovatebot.com/diffs/npm/eslint-plugin-markdown/2.2.1/3.0.0) | [![age](https://badges.renovateapi.com/packages/npm/eslint-plugin-markdown/3.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

Type: Dependency

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [is-language-code](https://codsen.com/os/is-language-code) ([source](https://togithub.com/codsen/codsen)) | [`^3.1.0` -> `^4.0.0`](https://renovatebot.com/diffs/npm/is-language-code/3.1.0/4.1.6) |...

Status: Blocked
Type: Dependency
Type: Breaking

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [vue-github-button](https://buttons.github.io/) ([source](https://togithub.com/buttons/vue-github-button)) | [`^1.2.0` -> `^3.0.0`](https://renovatebot.com/diffs/npm/vue-github-button/1.3.0/3.1.0) |...

Type: Dependency

Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.1.0 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) Commits aa7a408 1.1.1...

Type: Dependency

**Please describe what the rule should do:** Use of `$t` and friends in components' `data` sections should be forbidden because it results in non-dynamic translations. **What category should the rule...

Type: Feature
help wanted
Status: PR Welcome

According to the docs, these rules should be enabled when extending `plugin:@intlify/vue-i18n/recommended` in my ESLint config: ![grafik](https://user-images.githubusercontent.com/202916/145185588-a220ff26-31a3-4bc7-83ab-3fc3bbe54c92.png) However, the `recommended` config file only contains these four rules: https://github.com/intlify/eslint-plugin-vue-i18n/blob/8e5b62b81f9c4591e16c023ebc6ccaf11b3e458e/lib/configs/recommended.ts#L15-L20 The `base`...

Type: Feature