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
Seems like we can't apply this. Overrides require relative paths to the config and it forbids using ../, so we can't specify overrides in our config (which is placed deeply in node_modules).
Seems like we can remove a lot of our conditions in local rules by just . applying those rules for certain files:
https://github.com/eslint/eslint/blob/master/docs/user-guide/configuring.md#disabling-rules-only-for-a-group-of-files
Need to investigate. At least we can completely eliminate
ruleCollectionNamedExport
.Thanks @nixololo for that ;).
The text was updated successfully, but these errors were encountered: