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
This commit is contained in:
Gijs van Dam 2024-11-07 12:02:56 +01:00
parent cb6977ff2d
commit aae4da9e67
No known key found for this signature in database
GPG key ID: 019A44857735FD20

View file

@ -61,7 +61,7 @@
}
],
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"eslint.workingDirectories": [
"./app"