Skip to content

Commit

Permalink
build(deps): bump biome to 1.7.3 (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
afonsojramos authored May 8, 2024
1 parent 91bc025 commit cdbc18e
Show file tree
Hide file tree
Showing 3 changed files with 6,073 additions and 3,856 deletions.
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/1.6.4/schema.json",
"$schema": "https://biomejs.dev/schemas/1.7.3/schema.json",
"organizeImports": {
"enabled": true
},
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
]
},
"devDependencies": {
"@biomejs/biome": "1.6.4",
"@biomejs/biome": "1.7.3",
"@docusaurus/module-type-aliases": "^3.2.1",
"@docusaurus/theme-classic": "^3.2.1",
"@docusaurus/tsconfig": "^3.2.1",
Expand All @@ -48,6 +48,6 @@
"typescript": "^5.4.4"
},
"lint-staged": {
"*": "biome check --apply"
"*": "biome check --apply --no-errors-on-unmatched"
}
}
Loading

0 comments on commit cdbc18e

Please sign in to comment.