Skip to content

Commit

Permalink
Fix ESLint in VS Code
Browse files Browse the repository at this point in the history
The eslint.validate setting recently became exclusive, so we need to add everything we want checked to the list
  • Loading branch information
myieye committed Nov 7, 2024
1 parent 7ffc086 commit c71b71d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
"sort-imports.on-save": true,
"editor.detectIndentation": false,
"eslint.validate": [
"javascript",
"typescript",
"html",
"json",
"svelte"
],
"yaml.schemas": {
Expand Down

0 comments on commit c71b71d

Please sign in to comment.