Skip to content

Commit

Permalink
chore: fix biome checking drizzle
Browse files Browse the repository at this point in the history
  • Loading branch information
espimarisa committed Aug 29, 2024
1 parent 1c8a606 commit 3279d53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",

"files": {
"ignore": ["**/node_modules/*", "**/dist/*"],
"ignore": ["**/node_modules/*", "**/dist/*", "**/drizzle/*"],
"ignoreUnknown": true
},
"formatter": {
"ignore": ["**/node_modules/*", "**/dist/*"],
"ignore": ["**/node_modules/*", "**/dist/*", "**/drizzle/*"],
"enabled": true,
"formatWithErrors": true,
"lineWidth": 120,
"indentStyle": "space"
},
"linter": {
"ignore": ["**/node_modules/*", "**/dist/*"],
"ignore": ["**/node_modules/*", "**/dist/*", "**/drizzle/*"],
"enabled": true,
"rules": {
"complexity": {
Expand Down

0 comments on commit 3279d53

Please sign in to comment.