Skip to content

Configs types are not aligned with source code #2699

Closed
@ntnyq

Description

@ntnyq

Checklist

  • I have tried restarting my IDE and the issue persists.
  • I have read the FAQ and my problem is not listed.

Tell us about your environment

  • ESLint version: latest
  • eslint-plugin-vue version: latest
  • Vue version: latest
  • Node version: lts-latest
  • Operating System: macOS

Please show your full configuration:

What did you do?

What did you expect to happen?

Types are aligned with source.

What actually happened?

Types are not aligned with source.

Repository to reproduce this issue

None.

Types

'vue3-essential': Linter.LegacyConfig
'vue3-strongly-recommended': Linter.LegacyConfig
'vue3-recommended': Linter.LegacyConfig

Source

essential: require('./configs/vue3-essential'),
'strongly-recommended': require('./configs/vue3-strongly-recommended'),
recommended: require('./configs/vue3-recommended'),

Prefix vue3- should be removed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions