Browse Source

build: onsave fixall

fix all linting and prettier issues on save
master
DanConwayDev 2 years ago
parent
commit
fac42aa80f
No known key found for this signature in database
GPG Key ID: 68E15486D73F75E1
  1. 3
      .vscode/settings.json

3
.vscode/settings.json vendored

@ -6,5 +6,8 @@ @@ -6,5 +6,8 @@
"editor.formatOnSave": true,
"files.associations": {
"*.css": "tailwindcss"
},
"editor.codeActionsOnSave": {
"source.fixAll": "always"
}
}

Loading…
Cancel
Save