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: docs/src/use/configure/configuration-files.md
+1-13
Original file line number
Diff line number
Diff line change
@@ -517,18 +517,6 @@ For more information about using feature flags, see [Feature Flags](../../flags/
517
517
518
518
## TypeScript Configuration Files
519
519
520
-
::: warning
521
-
This feature is currently experimental and may change in future versions.
522
-
:::
523
-
524
-
You need to enable this feature through the `unstable_ts_config` feature flag:
525
-
526
-
```bash
527
-
npx eslint --flag unstable_ts_config
528
-
```
529
-
530
-
For more information about using feature flags, see [Feature Flags](../../flags/).
531
-
532
520
For Deno and Bun, TypeScript configuration files are natively supported; for Node.js, you must install the optional dev dependency [`jiti`](https://github.com/unjs/jiti) in version 2.0.0 or later in your project (this dependency is not automatically installed by ESLint):
533
521
534
522
```bash
@@ -591,5 +579,5 @@ If you have multiple ESLint configuration files, ESLint prioritizes JavaScript f
591
579
To override this behavior, use the `--config` or `-c` command line option to specify a different configuration file:
0 commit comments