- Adds ESLint package - Applies import/export rules to all files - Uses newline delineated grouping, with type-only imports first
- Prefer comments above lines over end-of-line comments - Makes auto-formatting easier - Subjective, but it is generally easier to read in JS - Standardises JSdoc format - Auto-fixes for many issues (applies on save w/ESLint extension)
* Move marker property from BaseWidget to SliderWidget * nit