Skip to content

Commit

Permalink
chore: release 3.0.1
Browse files Browse the repository at this point in the history
Release-As: 3.0.1
  • Loading branch information
justintaddei committed Sep 11, 2024
1 parent 054ee66 commit 9116a00
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@
}
},
"files": {
"ignore": ["dist/**", "node_modules/**", "nuxt/**", "coverage/**", ".vscode/**"]
"ignore": [
"dist/**",
"node_modules/**",
"nuxt/**",
"coverage/**",
".vscode/**",
"package-lock.json",
"package.json"
]
}
}

0 comments on commit 9116a00

Please sign in to comment.