Skip to content

Commit

Permalink
initialise biome
Browse files Browse the repository at this point in the history
  • Loading branch information
Trombach committed Oct 9, 2024
1 parent 0d9cbdc commit 2d5fd38
Show file tree
Hide file tree
Showing 3 changed files with 104 additions and 0 deletions.
12 changes: 12 additions & 0 deletions biome.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
"organizeImports": {
"enabled": true
},
"linter": {
"enabled": true,
"rules": {
"recommended": true
}
}
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"tailwindcss": "^3.4.7"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@changesets/cli": "^2.27.7",
"@iconify-json/logos": "^1.1.43",
"@tailwindcss/forms": "^0.5.7",
Expand Down
91 changes: 91 additions & 0 deletions pnpm-lock.yaml

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

0 comments on commit 2d5fd38

Please sign in to comment.