Skip to content

Commit

Permalink
Merge pull request #897 from lightninglabs/vscode-update
Browse files Browse the repository at this point in the history
Replace deprecated boolean in .vscode with string value
  • Loading branch information
guggero authored Nov 8, 2024
2 parents 623a3ee + aae4da9 commit 9ad3f06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
}
],
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"source.fixAll.eslint": "explicit"
},
"eslint.workingDirectories": [
"./app"
],
Expand Down

0 comments on commit 9ad3f06

Please sign in to comment.