itowns icon indicating copy to clipboard operation
itowns copied to clipboard

feat(eslint): remove preference for default export

Open HoloTheDrunk opened this issue 4 months ago • 0 comments

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.

HoloTheDrunk avatar Oct 22 '24 15:10 HoloTheDrunk