Skip to content

Commit

Permalink
chore(lint): ignore dist files
Browse files Browse the repository at this point in the history
  • Loading branch information
natemoo-re committed Dec 14, 2024
1 parent 22b3acc commit 2e93fd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
"vcs": { "enabled": false, "clientKind": "git", "useIgnoreFile": false },
"files": { "ignoreUnknown": false, "ignore": [] },
"files": { "ignoreUnknown": false, "ignore": ["**/dist/**"] },
"formatter": {
"enabled": true,
"useEditorconfig": true,
Expand Down

0 comments on commit 2e93fd2

Please sign in to comment.