Skip to content

ESLint type-aware linting may skip files in dashboards-demo/mfe due to incomplete tsconfig.app.json #1213

@coderabbitai

Description

@coderabbitai

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

Metadata

Metadata

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