The following structure is publicily available at https://github.com/jellyfin/jellyfin-vue
Steps to reproduce
- Click on Code > Create codespace from master (or clone the repository locally)
cd frontend && npm run lint:inspect
Description
This an overview of the setup
- Using TypeScript configuration files with jiti v2. Looks like that is already covered
- A monorepo (called
@jellyfin-vue/configs in my case) where TypeScript modules export factory functions for rule configs.
- Those factory functions are imported in
frontend/eslint.config.ts, working perfectly with ESLint but not with the inspector.
The following structure is publicily available at https://github.com/jellyfin/jellyfin-vue
Steps to reproduce
cd frontend && npm run lint:inspectDescription
This an overview of the setup
@jellyfin-vue/configsin my case) where TypeScript modules export factory functions for rule configs.frontend/eslint.config.ts, working perfectly with ESLint but not with the inspector.