-
-
Notifications
You must be signed in to change notification settings - Fork 49
Closed
Labels
Type: BreakingIncludes backwards-incompatible fixesIncludes backwards-incompatible fixesType: FeatureIncludes new featuresIncludes new features
Description
According to the docs, these rules should be enabled when extending plugin:@intlify/vue-i18n/recommended in my ESLint config:
However, the recommended config file only contains these four rules:
eslint-plugin-vue-i18n/lib/configs/recommended.ts
Lines 15 to 20 in 8e5b62b
| rules: { | |
| '@intlify/vue-i18n/no-html-messages': 'warn', | |
| '@intlify/vue-i18n/no-missing-keys': 'warn', | |
| '@intlify/vue-i18n/no-raw-text': 'warn', | |
| '@intlify/vue-i18n/no-v-html': 'warn' | |
| } |
The base config (which the recommended config extends) does not configure any rules, apart from turning off some core ESLint rules in YAML files for YAML compatibility.
Metadata
Metadata
Assignees
Labels
Type: BreakingIncludes backwards-incompatible fixesIncludes backwards-incompatible fixesType: FeatureIncludes new featuresIncludes new features
