IBM / pwa-lit-template

A template for building Progressive Web Applications using Lit and Vaadin Router.

Home Page:https://pwa-lit-template.mybluemix.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enforce import ordering with ESLint

abdonrd opened this issue · comments

Is your feature request related to a problem? Please describe.

When the app grows, keep the import ordering can get awkward.

Describe the solution you'd like

Enforce import ordering with ESLint.
https://github.com/benmosher/eslint-plugin-import/blob/master/docs/rules/order.md

'import/order': ['error', { groups: [['builtin', 'external', 'internal']] }],