Skip to content

Commit 1691641

Browse files
committed
update docs
1 parent 4d8398a commit 1691641

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ npm install --save-dev eslint eslint-plugin-jsonc
8989

9090
### Configuration
9191

92-
#### New (ESLint>=v9) Config (Flat Config)
92+
#### New Config (`eslint.config.js`)
9393

9494
Use `eslint.config.js` file to configure rules. See also: <https://eslint.org/docs/latest/use/configure/configuration-files-new>.
9595

@@ -123,7 +123,7 @@ This plugin will parse `.json`, `.jsonc` and `.json5` by default using the confi
123123

124124
See [the rule list](https://ota-meshi.github.io/eslint-plugin-jsonc/rules/) to get the `rules` that this plugin provides.
125125

126-
#### Legacy Config (ESLint<v9)
126+
#### Legacy Config (`.eslintrc`)
127127

128128
Use `.eslintrc.*` file to configure rules. See also: <https://eslint.org/docs/latest/use/configure/>.
129129

docs/user-guide/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ npm install --save-dev eslint eslint-plugin-jsonc
1818

1919
### Configuration
2020

21-
#### New (ESLint>=v9) Config (Flat Config)
21+
#### New Config (`eslint.config.js`)
2222

2323
Use `eslint.config.js` file to configure rules. See also: <https://eslint.org/docs/latest/use/configure/configuration-files-new>.
2424

@@ -52,7 +52,7 @@ This plugin will parse `.json`, `.jsonc` and `.json5` by default using the confi
5252

5353
See [the rule list](../rules/index.md) to get the `rules` that this plugin provides.
5454

55-
#### Legacy Config (ESLint<v9)
55+
#### Legacy Config (`.eslintrc`)
5656

5757
Use `.eslintrc.*` file to configure rules. See also: <https://eslint.org/docs/latest/use/configure/>.
5858

0 commit comments

Comments
 (0)