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 @@ -43,7 +43,7 @@ npm install --save-dev eslint eslint-plugin-jsonc eslint-plugin-json-schema-vali
43
43
44
44
### Configuration
45
45
46
- #### New (ESLint>=v9) Config (Flat Config )
46
+ #### New Config (` eslint.config.js ` )
47
47
48
48
Use ` eslint.config.js ` file to configure rules. See also: < https://eslint.org/docs/latest/use/configure/configuration-files-new > .
49
49
@@ -69,7 +69,7 @@ This plugin provides configs:
69
69
- ` *.configs['flat/base'] ` ... Configuration to enable correct JSON, YAML and TOML parsing.
70
70
- ` *.configs['flat/recommended'] ` ... Above, plus rule to validate with JSON Schema.
71
71
72
- #### Legacy Config (ESLint<v9 )
72
+ #### Legacy Config (` .eslintrc ` )
73
73
74
74
Use ` .eslintrc.* ` file to configure rules. See also: < https://eslint.org/docs/latest/use/configure/ > .
75
75
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ npm install --save-dev eslint eslint-plugin-json-schema-validator
18
18
19
19
### Configuration
20
20
21
- #### New (ESLint>=v9) Config (Flat Config )
21
+ #### New Config (` eslint.config.js ` )
22
22
23
23
Use ` eslint.config.js ` file to configure rules. See also: < https://eslint.org/docs/latest/use/configure/configuration-files-new > .
24
24
@@ -44,7 +44,7 @@ This plugin provides configs:
44
44
- ` *.configs['flat/base'] ` ... Configuration to enable correct JSON, YAML and TOML parsing.
45
45
- ` *.configs['flat/recommended'] ` ... Above, plus rule to validate with JSON Schema.
46
46
47
- #### Legacy Config (ESLint<v9 )
47
+ #### Legacy Config (` .eslintrc ` )
48
48
49
49
Use ` .eslintrc.* ` file to configure rules. See also: < https://eslint.org/docs/latest/use/configure/ > .
50
50
You can’t perform that action at this time.
0 commit comments