📎 Add a guide to explain how biome behaves with *known* files #587
Labels
A-Documentation
Area: documentation
good first issue
Good for newcomers
S-Enhancement
Status: Improve an existing feature
S-Help-wanted
Status: you're familiar with the code base and want to help the project
Description
This is a follow-up of the discussion that happened in #237
The task is to create a new guide page called "Biome's behaviour" (or something similar). The purpose of this page is to list all those particular behaviours/assumptions that Biome does that aren't currently documented, or they are but in the wrong section.
Here's the list of things we should do:
biome/website/src/content/docs/reference/configuration.mdx
Lines 13 to 65 in e6c12c0
package.json
,package-lock.json
,tsconfig.json
andjsconfig.json
are currently ignored by Biome because the tools that own these files usually apply their formatting/style, and Biome doesn't want to disrupt them. This means that no diagnostics will be ever emitted by Biome for those files.biome/crates/biome_service/src/file_handlers/mod.rs
Lines 48 to 64 in e6c12c0
The text was updated successfully, but these errors were encountered: