Skip to content

Commit

Permalink
chore: vscode setting format as prettier
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Sep 9, 2024
1 parent 26d01fd commit 26b3cfa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"[javascript][javascriptreact][typescript][typescriptreact][json][jsonc]": {
"editor.formatOnSave": false,
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
}
},
"editor.defaultFormatter": "esbenp.prettier-vscode"
},

"tailwindCSS.experimental.classRegex": [
Expand Down

0 comments on commit 26b3cfa

Please sign in to comment.