Skip to content

Commit

Permalink
Use biome.files.include to decide the folder
Browse files Browse the repository at this point in the history
  • Loading branch information
lauslim12 committed Feb 4, 2025
1 parent 968b1a0 commit 2937141
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
},
"files": {
"ignoreUnknown": false,
"ignore": []
"ignore": [],
"include": ["__tests__/**/*", "src/**/*", "e2e/**/*"]
},
"formatter": {
"enabled": true,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "vite",
"build": "vite build",
"preview": "vite preview --port 3000",
"check": "tsc --noEmit && biome check {__tests__,e2e,src}",
"check": "tsc --noEmit && biome check",
"clean": "rm -rf coverage dev-dist dist node_modules playwright-report test-results",
"test": "vitest",
"test-ci": "vitest run --coverage",
Expand Down

0 comments on commit 2937141

Please sign in to comment.