Skip to content

recommended config does not match docs #275

Closed
@FloEdelmann

Description

@FloEdelmann

According to the docs, these rules should be enabled when extending plugin:@intlify/vue-i18n/recommended in my ESLint config:

grafik

However, the recommended config file only contains these four rules:

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

No one assigned

    Labels

    Type: BreakingIncludes backwards-incompatible fixesType: FeatureIncludes new features

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions