Allow setting files
for each package (react, solid, astro etc.) in the options
#626
Open
3 tasks done
Labels
Clear and concise description of the problem
At the moment it's only possible to define
true
oroverrides
in this config:If you have a monorepo (like me) where you use React and Solid, the rules collide.
Suggested solution
It would be great to allow the
files
option in the settings for each package like it's already possible when calling the function likereact()
orsolid()
, so the scope can be changed like this:Alternative
As an alternative, manually calling and adding the packages works too. It just feels a little bit hacky and the feature request is more convenient.
Additional context
This was discussed in #625 already.
Validations
The text was updated successfully, but these errors were encountered: