You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+38Lines changed: 38 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -333,6 +333,44 @@ Instead of using the `extends` property, import the configuration packages you n
333
333
4. **Remove legacy config fields**
334
334
The flat config format does not use `parser`, or `plugins` at the top level. All configuration should be handled through the imported arrays and objects.
335
335
336
+
5. **@stylistic rules**
337
+
The following rules are moved from `@typescript-eslint` to `@stylistic`. Update any project config overrides and inline suppressions to the new names:
Other deprecated rules may also now reside under `@stylistic`. Search your codebase for old suppressions (e.g. `eslint-disable @typescript-eslint/...`) and rename them as needed.
342
+
343
+
6. **Angular CLI linkage**
344
+
When using `eslint.config.js` with Angular, explicitly point the Angular workspace at the flat config. In `angular.json` (per project):
0 commit comments