1.0.0-pre.3 • Published 1 year ago

@hiogawa/jscodeshift-isort v1.0.0-pre.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

jscodeshift-isort

Sort ImportDeclaration and ImportSpecifier using a simple transform implemented on jscodeshift.

example usage

npm install -D jscodeshift @hiogawa/jscodeshift-isort
npx jscodeshift-isort $(git grep -l . '*.ts' '*.tsx') --fix

development

pnpm i
pnpm dev
./bin/cli.js $(git grep -l . '*.ts') --fix

# release
pnpm build
pnpm release
1.0.0-pre.3

1 year ago

1.0.0-pre.2

1 year ago

1.0.0-pre.1

1 year ago

1.0.0-pre.0

1 year ago