Skip to content

Commit

Permalink
[BiomeJsBundle] Ignore more directories for linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Kocal committed Nov 29, 2024
1 parent d8de575 commit 383af43
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions kocal/biome-js-bundle/1.0/biome.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"files": {
"ignore": [
"composer.json",
"assets/vendor/*",
"vendor/*",
"public/bundles/*"
"assets/controllers.json",
"composer.json",
"public/assets/*",
"public/bundles/*",
"var/cache/*",
"vendor/*"
]
}
}

0 comments on commit 383af43

Please sign in to comment.