Skip to content

Commit

Permalink
🔧 Add svelte validation to settings.json
Browse files Browse the repository at this point in the history
Because `eslint --fix` was not working when saving the `.svelte` file
  • Loading branch information
usagizmo committed Jun 18, 2024
1 parent 7eeb617 commit 9accf3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
},
"eslint.workingDirectories": [{ "mode": "auto" }],
"eslint.useFlatConfig": true,
"eslint.validate": ["svelte"],
"tailwindCSS.experimental.classRegex": [
["tv\\((([^()]*|\\([^()]*\\))*)\\)", "[\"'`]([^\"'`]*).*?[\"'`]"]
]
Expand Down

0 comments on commit 9accf3a

Please sign in to comment.