v5.4.0 - #1364
Open
LoicPoullain wants to merge 1 commit into
Open
Conversation
* 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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Features