- Replace all default exports with named exports, except for Vue SFCs - Remove names from Vue SFCs, they are automatically inferred from the filename - Misc whitespace-related tweaks
- Don't rely on globals (window.$) for jQuery import - Remove eslint globals no longer in use
* clean up async/await, and sort init calls in `index.js * use `const _promise` to indicate that we do not need await an async function