Skip to content

v5.4.0 - #1364

Open
LoicPoullain wants to merge 1 commit into
masterfrom
v5-4-0
Open

v5.4.0#1364
LoicPoullain wants to merge 1 commit into
masterfrom
v5-4-0

Conversation

@LoicPoullain

@LoicPoullain LoicPoullain commented Jul 29, 2026

Copy link
Copy Markdown
Member

Features

* Replace tslint with eslint v10, typescript-eslint v8, prettier

- Remove tslint ~6.1.3
- Add eslint ^10.7.0, typescript-eslint ^8.64.0
- Add prettier ^3.9.5, eslint-config-prettier ^10.1.8, @eslint/js ^10.0.1
- Update lint scripts: tslint → eslint
- Delete tslint.json

* Add eslint.config.mjs and .prettierrc

- Flat config with projectService for monorepo typed linting
- Rules mapped from packages/cli/templates/app/.eslintrc.js
- Ignores: migrations, fixtures, templates, specs, docs, .js, .d.ts
- Prettier: singleQuote, no trailing comma, avoid arrow parens

* Convert tslint:disable comments to eslint-disable equivalents

- 20 files in packages/, 11 files in tests/
- tslint:disable-next-line:rule → eslint-disable-next-line mapped-rule
- Removed comments for rules that are off in the ESLint config
- Comment-only changes, no code modifications

* Disable pre-existing ESLint violations and fix file scoping

- Disable 22 rules that produce pre-existing violations instead of
  adding inline eslint-disable comments across 86 files
- Scope lint to packages/**/src/**/*.ts via files pattern to match
  TSLint's original --project tsconfig.json behavior
- Carry over TSLint's linterOptions.exclude as ESLint ignores
- Remove stale eslint-disable comments for rules now disabled in config

* Fix E2E CI test linting for generated legacy apps
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 this pull request may close these issues.

2 participants