Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/src/docs/product/migration-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ The `migrate` command enforces the following default values:

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

The `migrate` command automatically migrates `linters.presets` in individual linters to `linters.enable`.

```txt
Migrate configuration file from v1 to v2

Expand Down Expand Up @@ -189,7 +191,9 @@ There are 2 new options (they are not strictly equivalent to the previous option

#### `linters.presets`

This property have been removed.
This property has been removed.

The `migrate` command automatically migrates `linters.presets` in individual linters to `linters.enable`.

<details>
<summary style={{color: '#737380', paddingLeft: '1rem'}}>v1</summary>
Expand Down
Loading