Skip to content

Commit

Permalink
build(vscode): format on save (#3260)
Browse files Browse the repository at this point in the history
  • Loading branch information
ykzts committed Mar 10, 2024
1 parent 5f29f56 commit 55d7051
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"editor.formatOnSave": true,
"eslint.workingDirectories": [{ "mode": "auto" }],
"files.associations": {
"*.css": "tailwindcss"
},
"eslint.workingDirectories": [{ "mode": "auto" }]
}
}

0 comments on commit 55d7051

Please sign in to comment.