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
ME AS A DEV WANT TO
disable the enforcement of eslints´s prefer-default-export
BECAUSE
using named exports brings benefits and we are trying to bypass the rule in all sorts of places already
What is the solution you want to propose?
disable the rule
remove respective eslint-disable statements
The text was updated successfully, but these errors were encountered:
Interesting point. My plan was always to remove all these eslint-disable statements eventually and refactor to default exports only. But maybe you're right and we should do the opposite. Does the auto completion work for you without default exports vs with them?
What is the problem you want to see solved?
ME AS A DEV WANT TO
disable the enforcement of eslints´s prefer-default-export
BECAUSE
using named exports brings benefits and we are trying to bypass the rule in all sorts of places already
What is the solution you want to propose?
The text was updated successfully, but these errors were encountered: