Skip to content

Commit

Permalink
Disable Biome linter (still using eslint for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
jake-low committed Jan 15, 2025
1 parent 9e920aa commit 174e32f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"useIgnoreFile": true
},
"files": {
"ignoreUnknown": false,
"ignore": []
"include": ["src/"]
},
"formatter": {
"enabled": true,
Expand All @@ -18,7 +17,7 @@
"enabled": true
},
"linter": {
"enabled": true,
"enabled": false,
"rules": {
"recommended": true
}
Expand Down

0 comments on commit 174e32f

Please sign in to comment.