Skip to content

Commit

Permalink
Merge pull request #30 from ematipico/chore/update-biome
Browse files Browse the repository at this point in the history
chore: update Biome to the latest
  • Loading branch information
stefanoverna authored Jul 16, 2024
2 parents d7a8b93 + a95233e commit 82d6c91
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 76 deletions.
14 changes: 11 additions & 3 deletions biome.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"$schema": "https://biomejs.dev/schemas/1.6.4/schema.json",
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
"organizeImports": {
"enabled": true
},
"files": {
"ignore": ["dist", "node_modules", "packages/*/package.json"]
"ignore": ["dist"]
},
"linter": {
"enabled": true,
Expand Down Expand Up @@ -32,5 +32,13 @@
"formatter": {
"quoteStyle": "single"
}
}
},
"overrides": [
{
"include": ["package.json"],
"formatter": {
"lineWidth": 1
}
}
]
}
142 changes: 71 additions & 71 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"scripts": {
"prepare": "husky install",
"lint": "biome ci packages",
"format": "biome check generate packages --apply-unsafe && biome format --write generate packages",
"format": "biome check generate packages --write --unsafe",
"test": "npm run lint && jest --maxConcurrency=5",
"test-next": "ACCOUNT_API_BASE_URL=http://account-api.lvh.me:3001 SITE_API_BASE_URL=http://site-api.lvh.me:3001 PUSHER_APP_KEY=12a5ddac68784be0fc59 PUSHER_CLUSTER=eu npm run test",
"generate": "./generate/index.ts && npm run format",
Expand All @@ -18,7 +18,7 @@
"license": "MIT",
"devDependencies": {
"@apidevtools/json-schema-ref-parser": "^9.0.9",
"@biomejs/biome": "1.6.4",
"@biomejs/biome": "1.8.3",
"@total-typescript/ts-reset": "^0.5.1",
"@types/jest": "^29.5.6",
"@types/rimraf": "^3.0.2",
Expand Down

0 comments on commit 82d6c91

Please sign in to comment.