Read shared config from package.json #4532
danielbayley
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
We decided we don't want to pollute the package.json with our configuration. Considering the following:
package.json could risk to become a massive file with too much information. Plus, you would loose the completion given by the schema |
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
-
Seems silly to have yet another root
biome.json
file, just to useextends
:Surely it would be better, in this case, to instead read from a
biome
key frompackage.json
:Note
To clarify, I am only suggesting to allow
extends
for this purpose, not the entire config.Beta Was this translation helpful? Give feedback.
All reactions