Skip to content

Commit

Permalink
update formatter config
Browse files Browse the repository at this point in the history
  • Loading branch information
itsMapleLeaf committed Aug 7, 2024
1 parent 9aaf58c commit 0ab4cbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"linter": { "enabled": false },
"javascript": {
"formatter": {
"trailingCommas": "es5",
"trailingCommas": "all",
"quoteStyle": "single",
"semicolons": "always"
}
Expand Down
2 changes: 1 addition & 1 deletion prettier.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
semi: true,
singleQuote: true,
tabWidth: 2,
trailingComma: 'es5',
trailingComma: 'all',
useTabs: true,
plugins: ['prettier-plugin-astro'],
overrides: [
Expand Down

0 comments on commit 0ab4cbb

Please sign in to comment.