Skip to content

Commit

Permalink
Ignore list from .gitignore in biome (#915)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr authored Jul 28, 2024
1 parent a777b79 commit 1eef66f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,12 @@
"suspicious": {
"noEmptyBlockStatements": "error"
}
},
"ignore": ["**/__fixtures__"]
}
},
"javascript": { "formatter": { "trailingCommas": "es5" } }
"javascript": { "formatter": { "trailingCommas": "es5" } },
"vcs": {
"enabled": true,
"clientKind": "git",
"useIgnoreFile": true
}
}

0 comments on commit 1eef66f

Please sign in to comment.