Skip to content

Commit

Permalink
style(biome): ignore package.json (#1615)
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusps authored May 16, 2024
2 parents cc88d76 + 5f4cca8 commit fedd643
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"packages/docs/__examples__/*",
"packages/docs/__props__/*",
".next",
"dist"
"dist",
"package.json"
]
},
"organizeImports": {
Expand Down

0 comments on commit fedd643

Please sign in to comment.