mirror of
https://github.com/lightninglabs/lightning-terminal.git
synced 2026-08-13 12:33:36 +02:00
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:
parent
cb6977ff2d
commit
aae4da9e67
1 changed files with 2 additions and 2 deletions
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
|
|
@ -61,8 +61,8 @@
|
|||
}
|
||||
],
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.fixAll.eslint": true
|
||||
},
|
||||
"source.fixAll.eslint": "explicit"
|
||||
},
|
||||
"eslint.workingDirectories": [
|
||||
"./app"
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue