Skip to content

Commit

Permalink
use /head/ link for TS config files docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fasttime committed Jan 10, 2025
1 parent 17453bb commit 253d256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/blog/2025-01-10-eslint-v9.18.0-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ If you are upgrading from a previous version of ESLint, be sure to remove the `u

Note that in order to use a TypeScript configuration file in Node.js, you still need to have [jiti](https://www.npmjs.com/package/jiti) installed in version 2.0 or higher.
For Deno and Bun, no additional dependency is necessary.
See the documentation about [TypeScript Configuration Files](https://eslint.org/docs/latest/use/configure/configuration-files#typescript-configuration-files) for more information about this feature.
See the documentation about [TypeScript Configuration Files](https://eslint.org/docs/head/use/configure/configuration-files#typescript-configuration-files) for more information about this feature.

### `no-shadow-restricted-names` checks imports and class names

Expand Down

0 comments on commit 253d256

Please sign in to comment.