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 ef4e6b4 commit 640ca5e
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 @@ -80,7 +80,7 @@ npm install --save-dev eslint-plugin-jsx-a11y

### 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](https://eslint.org/docs/latest/use/configure/configuration-files-new).

Expand Down Expand Up @@ -112,7 +112,7 @@ This plugin provides configs:

See [the rule list](https://ota-meshi.github.io/eslint-plugin-astro/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](https://eslint.org/docs/latest/use/configure).

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

### 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](https://eslint.org/docs/latest/use/configure/configuration-files-new).

Expand Down Expand Up @@ -68,7 +68,7 @@ This plugin provides configs:

See [the rule list](./rules.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](https://eslint.org/docs/latest/use/configure).

Expand Down

0 comments on commit 640ca5e

Please sign in to comment.