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
docs: change link from @types/eslint to lib/types (#19049)
* Change link from @types/eslint to lib/types
* Update docs/src/use/configure/migration-guide.md
Co-authored-by: Francesco Trotta <github@fasttime.org>
---------
Co-authored-by: Francesco Trotta <github@fasttime.org>
Copy file name to clipboardExpand all lines: docs/src/use/configure/migration-guide.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -687,9 +687,9 @@ The following changes have been made from the eslintrc to the flat config file f
687
687
688
688
## TypeScript Types for Flat Config Files
689
689
690
-
You can see the TypeScript types for the flat config file format in the DefinitelyTyped project. The interface for the objects in the config’s array is called the `FlatConfig`.
690
+
You can see the TypeScript types for the flat config file format in the [`lib/types` source folder on GitHub](https://github.com/eslint/eslint/tree/main/lib/types). The interface for the objects in the config’s array is called `Linter.Config`.
691
691
692
-
You can view the type definitions in the [DefinitelyTyped repository on GitHub](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/eslint/index.d.ts).
692
+
You can view the type definitions in [`lib/types/index.d.ts`](https://github.com/eslint/eslint/blob/main/lib/types/index.d.ts).
0 commit comments