Skip to content

Commit

Permalink
chore: update biome commands
Browse files Browse the repository at this point in the history
  • Loading branch information
FranciscoKloganB committed May 12, 2024
1 parent 6fc9f91 commit fd18a97
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"enabled": true
},
"files": {
"ignoreUnknown": true,
"include": [
"src",
"test",
Expand Down Expand Up @@ -49,19 +50,7 @@
"indentWidth": 2,
"lineEnding": "lf",
"lineWidth": 100,
"attributePosition": "auto",
"ignore": [
"**/.env.local",
"**/.env.template",
"**/.gitignore",
"**/.vscode/",
"**/build/",
"**/bun.lockb",
"**/package-lock.json",
"**/dist/",
"**/node_modules/",
"**/README.md"
]
"attributePosition": "auto"
},
"linter": {
"enabled": true,
Expand Down

0 comments on commit fd18a97

Please sign in to comment.