Skip to content

Commit

Permalink
chore: Update biome linter to write changes instead of applying them
Browse files Browse the repository at this point in the history
  • Loading branch information
myty committed Jun 21, 2024
1 parent 365dd5b commit 63b89b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"serve": "vite preview",
"coverage": "vitest run --coverage",
"coverage-report": "vitest run --coverage && codecov --disable=gcov",
"lint": "tsc --noEmit && biome check --apply ./src",
"lint": "tsc --noEmit && biome check --write ./src",
"test": "vitest run",
"test:watch": "vitest"
},
Expand Down
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"javascript": {
"formatter": {
"semicolons": "always",
"trailingCommas":"all",
"trailingCommas":"es5",
"arrowParentheses": "asNeeded",
"bracketSameLine": true
}
Expand Down

0 comments on commit 63b89b5

Please sign in to comment.