Skip to content

Commit aae4da9

Browse files
committed
vscode: replace deprecated boolean with string
The boolean values for `source.fixAll.eslint` are deprecated. This commit changes the boolean values to the correct string values. See: https://code.visualstudio.com/updates/v1_83#_editor
1 parent cb6977f commit aae4da9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vscode/settings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@
6161
}
6262
],
6363
"editor.codeActionsOnSave": {
64-
"source.fixAll.eslint": true
65-
},
64+
"source.fixAll.eslint": "explicit"
65+
},
6666
"eslint.workingDirectories": [
6767
"./app"
6868
],

0 commit comments

Comments
 (0)