We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfc8646 commit 421e79dCopy full SHA for 421e79d
README.md
@@ -38,7 +38,7 @@ Here's an example ESLint configuration that:
38
* Enables the `recommended` configuration
39
* Enables an optional/non-recommended rule
40
41
-### <a name='eslintrc'></a>eslintrc
+### <a name='eslintrc'></a>**[.eslintrc.json](https://eslint.org/docs/latest/use/configure/configuration-files)**
42
43
```json
44
{
@@ -54,7 +54,7 @@ Here's an example ESLint configuration that:
54
}
55
```
56
57
-### <a name='flat'></a>`eslint.config.js`
+### <a name='flat'></a>[`eslint.config.js`](https://eslint.org/docs/latest/use/configure/configuration-files-new) (requires eslint>=v8.23.0)
58
59
```js
60
const eslintPluginRecommended = require("eslint-plugin-eslint-plugin/configs/recommended");
0 commit comments