File tree 1 file changed +5
-1
lines changed
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:
43
43
44
44
Other fields explicitly defined in the configuration file are migrated even if the value is the same as the default value.
45
45
46
+ The ` migrate ` command automatically migrates ` linters.presets ` in individual linters to ` linters.enable ` .
47
+
46
48
``` txt
47
49
Migrate configuration file from v1 to v2
48
50
@@ -189,7 +191,9 @@ There are 2 new options (they are not strictly equivalent to the previous option
189
191
190
192
# ### `linters.presets`
191
193
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`.
193
197
194
198
<details>
195
199
<summary style={{color : ' #737380' , paddingLeft: '1rem'}}>v1</summary>
You can’t perform that action at this time.
0 commit comments