File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,8 @@ The `migrate` command enforces the following default values:
4343
4444Other 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
4749Migrate 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>
You can’t perform that action at this time.
0 commit comments