8000 Configs types are not aligned with source code · Issue #2699 · vuejs/eslint-plugin-vue · GitHub
[go: up one dir, main page]

Skip to content

Configs types are not aligned with source code #2699

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
2 tasks done
ntnyq opened this issue Mar 5, 2025 · 0 comments · Fixed by #2700
Closed
2 tasks done

Configs types are not aligned with source code #2699

ntnyq opened this issue Mar 5, 2025 · 0 comments · Fixed by #2700

Comments

@ntnyq
Copy link
Contributor
ntnyq commented Mar 5, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant
0