Skip to content

Commit

Permalink
chore: fix lerna lint error
Browse files Browse the repository at this point in the history
Signed-off-by: Mirko Mollik <mirkomollik@gmail.com>
  • Loading branch information
cre8 committed Dec 13, 2024
1 parent 446b1b8 commit 77d286f
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
Expand Up @@ -4,7 +4,7 @@
"enabled": false
},
"files": {
"ignore": ["**/dist/**", "**/coverage/**", "package.json"]
"ignore": ["**/dist/**", "**/coverage/**", "package.json", "lerna.json"]
},
"formatter": {
"enabled": true,
Expand Down

0 comments on commit 77d286f

Please sign in to comment.