Replies: 3 comments 7 replies
-
Biome supports this via the vcs options. {
"vcs": {
"enabled": true,
"clientKind": "git",
"useIgnoreFile": true
},
} |
Beta Was this translation helpful? Give feedback.
6 replies
-
Biome should support nested .gitignores too |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Basically, what you're adding to the
.gitignore
file is something you don't need to format. Adding them explicitly to the ignore field is a lot of effort, and ignoring them by default means you don't have to worry about synchronising them always.Actually, Prettier does that, but ESLint doesn't... which also means that if Biome does that, it will be a brilliant ESLint! 🙂
https://github.com/prettier/prettier/blob/56408635eb01002940513e89fa5e8d9c98c9a5af/src/cli/cli-options.evaluate.js#L198
Beta Was this translation helpful? Give feedback.
All reactions