Skip to content

Commit

Permalink
update biome config
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-phan committed Jul 11, 2024
1 parent 72a40b0 commit 37533f6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
version: latest
- name: Run Biome
run: biome ci --changed .
run: biome ci .

typecheck:
name: ʦ TypeScript
Expand Down
3 changes: 2 additions & 1 deletion biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"enabled": true,
"clientKind": "git",
"useIgnoreFile": true,
"defaultBranch": "main"
"defaultBranch": "main",
"root": "."
},
"files": {
"ignore": ["dist/**", "build/**", ".turbo/**", "templates/**"]
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"biome": "biome check --diagnostic-level=error",
"biome:fix": "biome check --write",
"format": "biome format --write",
"format:check": "biome format"
"format:check": "biome format",
"ci": "biome ci --changed"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
Expand Down
2 changes: 1 addition & 1 deletion templates/pilot
Submodule pilot updated from 0851e3 to e3ec01

0 comments on commit 37533f6

Please sign in to comment.