Skip to content

Commit 421e79d

Browse files
authored
docs: add links to eslint docs
1 parent cfc8646 commit 421e79d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Here's an example ESLint configuration that:
3838
* Enables the `recommended` configuration
3939
* Enables an optional/non-recommended rule
4040

41-
### <a name='eslintrc'></a>eslintrc
41+
### <a name='eslintrc'></a>**[.eslintrc.json](https://eslint.org/docs/latest/use/configure/configuration-files)**
4242

4343
```json
4444
{
@@ -54,7 +54,7 @@ Here's an example ESLint configuration that:
5454
}
5555
```
5656

57-
### <a name='flat'></a>`eslint.config.js`
57+
### <a name='flat'></a>[`eslint.config.js`](https://eslint.org/docs/latest/use/configure/configuration-files-new) (requires eslint>=v8.23.0)
5858

5959
```js
6060
const eslintPluginRecommended = require("eslint-plugin-eslint-plugin/configs/recommended");

0 commit comments

Comments
 (0)