0.1.8 • Published 3 years ago

typescript-format-imports v0.1.8

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

Build Status Coverage Status

Ts Format Imports

TypeScript format imports

Settings

Add tsFormatImports to your package.json.

{
  ...
  "tsFormatImports": {
    "internalModules": [
      "common",
      "ui"
    ]
  },
  ...
}

Commands list

yarn test           // run test(mocha) and coverage report(nyc)
yarn test:watch     // run test on watch mode (without coverage report)
yarn build          // build for both esm (ES5 + ES2015 module) and ES5 UMD bundle, at dist folder.
yarn lint           // run lint against lib and test

License

MIT

0.1.8

3 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago