From 03df697f76822581078ec4b38c1fad0e1134b477 Mon Sep 17 00:00:00 2001 From: Trevor Karjanis <2351292+TrevorKarjanis@users.noreply.github.com> Date: Wed, 3 Dec 2025 15:12:19 -0500 Subject: [PATCH] Update comments on the project configuration for Angular in the README. --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 928e029..300703e 100644 --- a/README.md +++ b/README.md @@ -123,9 +123,8 @@ ESLint support for Angular is provided by [`angular-eslint`](https://github.com/ languageOptions: { parserOptions: { // The `languageOptions.parserOptions.projectService` option is recommended but does not identify - // tsconfig.*.json files. Use the older `project` configuration instead. The general `tsconfig.json` is - // declared last in the hope that the application and test configurations will apply to their - // applicable files correctly. + // tsconfig.*.json files. Use the older `project` configuration instead. `project` has an order of + // precedence, so include `tsconfig.json` last. // https://typescript-eslint.io/troubleshooting/typed-linting/#project-service-issues project: ['tsconfig.app.json', 'tsconfig.spec.json', 'tsconfig.json'] // In projects (e.g. libraries) using `parserOptions.project`, Angular requires that the paths be