Replies: 4 comments 3 replies
-
does biome even look at package.json for configuration? |
Beta Was this translation helpful? Give feedback.
-
Biome does have the ability to load |
Beta Was this translation helpful? Give feedback.
-
personally, i don't think cluttering package.json with third party configs is a good practice nor something biome should encourage. when uploading a package to npm, the file is uploaded as-is which can make the package size slightly bigger. this is probably not an issue at a small scale, but think about how many gigabytes of bandwidth and watts have been wasted on just downloading and storing unnecessary package.json fields for all downloads of packages that happen to clutter package.json that could be avoided using separate config files |
Beta Was this translation helpful? Give feedback.
-
I don't think I will ever agree to have this as an option:
|
Beta Was this translation helpful? Give feedback.
-
Prettier configuration can be set in package.json instead of creating "yet" another file in the root of the project.
I believe in VSCode, when you have the prettier extension, you get the autocompletion on package.json>prettier.
Would it be nice to have the same UX for biome?
Beta Was this translation helpful? Give feedback.
All reactions