Closed
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
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.