@havenmoney/organize-imports-cli
v0.4.0
Published
VS Code's 'Organize imports' executable from command line with fixed line endings for haven money
Downloads
23
Readme
organize-imports-cli
VS Code's 'Organize imports' executable from command line
Plays nicely with Prettier and lint-staged:
"lint-staged": {
"*.ts": [
"organize-imports-cli",
"prettier --write",
"git add"
]
}
Usage
> organize-imports-cli files...
Files can be specific ts
and js
files or tsconfig.json
, in which case the whole project is processed.
Files containing the substring // organize-imports-ignore
are skipped.