Skip to content

Commit e4440df

Browse files
committed
update docs
1 parent 9d7eadc commit e4440df

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ npm install --save-dev eslint eslint-plugin-svelte svelte
6666

6767
### Configuration
6868

69-
#### For ESLint>=v9 Config (Flat Config)
69+
#### New Config (`eslint.config.js`)
7070

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

@@ -96,7 +96,7 @@ This plugin provides configs:
9696

9797
See [the rule list](https://sveltejs.github.io/eslint-plugin-svelte/rules/) to get the `rules` that this plugin provides.
9898

99-
#### Legacy Config (ESLint<v9)
99+
#### Legacy Config (`.eslintrc`)
100100

101101
Use `.eslintrc.*` file to configure rules. See also: <https://eslint.org/docs/user-guide/configuring>.
102102

docs/user-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ npm install --save-dev eslint eslint-plugin-svelte svelte
1919

2020
### Configuration
2121

22-
#### For ESLint>=v9 Config (Flat Config)
22+
#### New Config (`eslint.config.js`)
2323

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

@@ -49,7 +49,7 @@ This plugin provides configs:
4949

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

52-
#### Legacy Config (ESLint<v9)
52+
#### Legacy Config (`.eslintrc`)
5353

5454
Use `.eslintrc.*` file to configure rules. See also: <https://eslint.org/docs/user-guide/configuring>.
5555

0 commit comments

Comments
 (0)