Skip to content

Commit 218df8a

Browse files
authored
docs: change .eslintrc to eslint.config.js since ESLint v9.0.0
1 parent 337451d commit 218df8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ You can pass [ESLint Node.js API options](https://eslint.org/docs/developer-guid
7575
> [!NOTE]
7676
>
7777
> The config option you provide will be passed to the `ESLint` class.
78-
> This is a different set of options than what you'd specify in `package.json` or `.eslintrc`.
78+
> This is a different set of options than what you'd specify in `package.json` or `eslint.config.js` (since ESLint v9.0.0, formerly `.eslintrc`).
7979
> See the [ESlint docs](https://eslint.org/docs/developer-guide/nodejs-api#-new-eslintoptions) for more details.
8080
8181
> [!WARNING]

0 commit comments

Comments
 (0)