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 fce6e65 commit 7b98ef6
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 @@ -51,7 +51,7 @@ npm install --save-dev eslint eslint-plugin-toml

### 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 @@ -80,7 +80,7 @@ This plugin provides configs:

See [the rule list](https://ota-meshi.github.io/eslint-plugin-toml/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-toml

### 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 @@ -47,7 +47,7 @@ This plugin provides configs:

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 7b98ef6

Please sign in to comment.