1.0.0-pre.3 • Published 2 years ago

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

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

1.0.0-pre.2

2 years ago

1.0.0-pre.1

2 years ago

1.0.0-pre.0

2 years ago