Skip to content

Commit ace25c9

Browse files
kyu08ldez
andauthored
docs: explicitly describe that the migrate command automatically migrate linters.presets (#5697)
Co-authored-by: Fernandez Ludovic <[email protected]>
1 parent 756a7b5 commit ace25c9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: docs/src/docs/product/migration-guide.mdx

+5-1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ The `migrate` command enforces the following default values:
4343

4444
Other fields explicitly defined in the configuration file are migrated even if the value is the same as the default value.
4545

46+
The `migrate` command automatically migrates `linters.presets` in individual linters to `linters.enable`.
47+
4648
```txt
4749
Migrate configuration file from v1 to v2
4850
@@ -189,7 +191,9 @@ There are 2 new options (they are not strictly equivalent to the previous option
189191

190192
#### `linters.presets`
191193

192-
This property have been removed.
194+
This property has been removed.
195+
196+
The `migrate` command automatically migrates `linters.presets` in individual linters to `linters.enable`.
193197

194198
<details>
195199
<summary style={{color: '#737380', paddingLeft: '1rem'}}>v1</summary>

0 commit comments

Comments
 (0)