Commits

Yury Bondarenko authored fa404fff84a
ESLint: enforce import formatting

Mainly to reduce merge conflict noise - Order by origin & alphabetically - Imports should be at the top of the file - Newline between imports & the rest of the file - Disallow duplicate imports - Enforce single-line when only importing one object - Enforce multi-line when importing two or more

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut