1.1.0 • Published 3 years ago

import-sort-style-bjorn-eric-abr v1.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

import-sort-style-bjorn-eric-abr

Björn-Eric's personal renke/import-sort style. Mostly based of import-sort-style-zego (thanks!).

Installation

yarn add -D import-sort import-sort-style-bjorn-eric-abr

or optinally include the CLI

yarn add -D import-sort import-sort-cli import-sort-style-bjorn-eric-abr

Then paste this in to your .importsortrc:

{
	".js, .jsx, .es6, .es, .mjs, .ts, .tsx": {
		"parser": "babylon",
		"style": "bjorn-eric-abr"
	}
}