Closed
Description
Tell us about your environment
- ESLint version: 9.23.0
- eslint-plugin-vue version: 10.0.0
- eslint-plugin-vue-i18n version: 4.0.0
- Node version: 22.13.1
The problem you want to solve.
@intlify/vue-i18n/no-unused-keys
can't detect key usages because it can't find the ESLint config (and because of that, can't find file parsers).
Your take on the correct solution to problem.
If I manually add eslint.config.ts
to FLAT_CONFIG_FILENAMES
, everything work!
Additional context