Description
The ESLint configuration in projects/dashboards-demo/mfe/eslint.config.js is set to lint all TypeScript files (**/*.ts), but the referenced tsconfig.app.json only includes src/main.ts and .d.ts files. This means type-aware ESLint rules may not properly analyze component files like app.component.ts, download.component.ts, and upload.component.ts.
Location
- File:
projects/dashboards-demo/mfe/eslint.config.js
- TSConfig:
projects/dashboards-demo/mfe/tsconfig.app.json
Context
This issue was identified during review of PR #1212.
Related PR: #1212
Review Comment: #1212 (comment)
Reported by: @chintankavathia