Skip to content

Commit

Permalink
chore: test on commit
Browse files Browse the repository at this point in the history
  • Loading branch information
toiroakr committed Jan 6, 2025
1 parent f7c640a commit 3000b49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .lintstagedrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"*.{ts,mts,js,mjs,json}": "biome check --write"
"{src/**/*.*,samples/*/src/**/*.*}": "biome check --write",
"./src/*.ts": "vitest --run"
}
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"files": {
"ignoreUnknown": true,
"ignore": [],
"include": ["src/**/*.*", "samples/*/src/*.*"]
"include": ["src/**/*.*", "samples/*/src/**/*.*"]
},
"formatter": {
"enabled": true,
Expand Down

0 comments on commit 3000b49

Please sign in to comment.