Skip to content

Commit

Permalink
Don't use deprecated eslint settings
Browse files Browse the repository at this point in the history
  • Loading branch information
MoonE committed Nov 22, 2024
1 parent 0fb167c commit eb5d7e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"eslint.format.enable": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"psalmLanguageServer.trace.server": "message",
"files.exclude": {
Expand Down

0 comments on commit eb5d7e2

Please sign in to comment.