Skip to content

Commit

Permalink
Merge branch 'main' into feat/array/mapify
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclarson authored Jul 2, 2024
2 parents abbcbc3 + 0358acb commit b5c7777
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
"indentWidth": 2,
"indentStyle": "space"
},
"json": {
"parser": {
"allowComments": true
}
},
"javascript": {
"formatter": {
"arrowParentheses": "asNeeded",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"scripts": {
"dev": "tsup --clean --watch --sourcemap",
"build": "tsup --clean",
"lint": "tsc && biome check && pnpm -s dlx [email protected] lint",
"lint": "tsc && biome check ./src ./tests ./benchmarks && pnpm -s dlx [email protected] lint",
"format": "biome check --fix --unsafe",
"test": "vitest run --coverage",
"test-single": "bash ./scripts/test-single.sh",
Expand Down

0 comments on commit b5c7777

Please sign in to comment.