Skip to content

Commit 9ad3f06

Browse files
authored
Merge pull request #897 from lightninglabs/vscode-update
Replace deprecated boolean in .vscode with string value
2 parents 623a3ee + aae4da9 commit 9ad3f06

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)