This rule is enabled by default and enforces a default export from our javascript modules. We want to have the freedom to also have only named exports. Therefor this rule should be disabled.
Line that should be added to the rules section:
'import/prefer-default-export': 'off'