Skip to content

Commit

Permalink
tell biome to ignore node_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronbrill committed Feb 19, 2024
1 parent cdd01be commit b440402
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"organizeImports": {
"enabled": true
},
"files": {
"ignore": ["node_modules/*"]
},
"linter": {
"enabled": true,
"rules": {
Expand Down

0 comments on commit b440402

Please sign in to comment.