itowns
itowns copied to clipboard
feat(eslint): remove preference for default export
Description
Change ESlint config to remove the preference for default exports. Also clear a warning caused by unnecessarily quoted object fields in the config.
Motivation and Context
Default exports mess with tree shaking and are generally better avoided.