Skip to content

Commit

Permalink
chore: update biome
Browse files Browse the repository at this point in the history
  • Loading branch information
NedcloarBR committed Dec 18, 2024
1 parent cd4a478 commit bc0c170
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
"extends": ["@nedcloabr/biome-config/react", "@nedcloabr/biome-config/ignore"]
}
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
"format": "npx @biomejs/biome format --write ./",
"lint": "npx @biomejs/biome lint ./",
"check": "npx @biomejs/biome check ./"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.1.4",
Expand Down

0 comments on commit bc0c170

Please sign in to comment.