Skip to content

Commit

Permalink
chore(biome): ignore .changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
srod committed Nov 13, 2024
1 parent 939b1bf commit ab2ba42
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 2 additions & 0 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
"files": {
"ignore": [
".changeset",
"**/biome.json",
"**/coverage/**",
"tests/fixtures/**",
"tests/tmp/**",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"changeset": "changeset",
"changeset:version": "changeset version && bun install --no-frozen-lockfile",
"changeset:release": "bun run build && changeset publish",
"format:check": "biome check .",
"format:check": "turbo run format:check",
"format": "biome check --write ."
},
"dependencies": {
Expand Down
5 changes: 2 additions & 3 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@
"dependsOn": ["^build"],
"outputs": ["dist/**", ".next/**", "!.next/cache/**"]
},
"check-exports": {
"cache": false
},
"check-exports": {},
"format:check": {},
"lint": {},
"test": {
"dependsOn": ["^lint"],
Expand Down

0 comments on commit ab2ba42

Please sign in to comment.