You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#4846 introduced the ProjectLayout, but it only includes for NodeJsPackage for now. I want to include Settings there as well, so that we can store settings from nested biome.json files too.
One other thing we'll need to do is to let nested biome.json that don't specify an extends field, to extend from parent configs transparently. If desired, we can also split that into a separate issue/PR.
The text was updated successfully, but these errors were encountered:
One thing I forgot about is this comment has a useful suggestion for an "extends": "//" syntax that can be used to extend the root config. That’s probably even better than the implicit suggestion I made above.
#4846 introduced the
ProjectLayout
, but it only includes forNodeJsPackage
for now. I want to includeSettings
there as well, so that we can store settings from nestedbiome.json
files too.One other thing we'll need to do is to let nested
biome.json
that don't specify anextends
field, to extend from parent configs transparently. If desired, we can also split that into a separate issue/PR.The text was updated successfully, but these errors were encountered: