Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Mar 27, 2024
1 parent 4d8398a commit 1691641
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ npm install --save-dev eslint eslint-plugin-jsonc

### Configuration

#### New (ESLint>=v9) Config (Flat Config)
#### New Config (`eslint.config.js`)

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

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

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

#### Legacy Config (ESLint<v9)
#### Legacy Config (`.eslintrc`)

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

Expand Down
4 changes: 2 additions & 2 deletions docs/user-guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ npm install --save-dev eslint eslint-plugin-jsonc

### Configuration

#### New (ESLint>=v9) Config (Flat Config)
#### New Config (`eslint.config.js`)

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

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

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

#### Legacy Config (ESLint<v9)
#### Legacy Config (`.eslintrc`)

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

Expand Down

0 comments on commit 1691641

Please sign in to comment.