We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.eslintrc
eslint.config.js
1 parent 337451d commit 218df8aCopy full SHA for 218df8a
README.md
@@ -75,7 +75,7 @@ You can pass [ESLint Node.js API options](https://eslint.org/docs/developer-guid
75
> [!NOTE]
76
>
77
> 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`.
+> 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`).
79
> See the [ESlint docs](https://eslint.org/docs/developer-guide/nodejs-api#-new-eslintoptions) for more details.
80
81
> [!WARNING]
0 commit comments