File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
7171Use ` 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
9797See [ 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
101101Use ` .eslintrc.* ` file to configure rules. See also: < https://eslint.org/docs/user-guide/configuring > .
102102
Original file line number Diff line number Diff 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
2424Use ` 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
5050See [ the rule list] ( ./rules.md ) to get the ` rules ` that this plugin provides.
5151
52- #### Legacy Config (ESLint<v9 )
52+ #### Legacy Config (` .eslintrc ` )
5353
5454Use ` .eslintrc.* ` file to configure rules. See also: < https://eslint.org/docs/user-guide/configuring > .
5555
You can’t perform that action at this time.
0 commit comments