typescript-format-imports
TypeScript icon, indicating that this package has built-in type declarations

0.1.8 • Public • Published

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

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i typescript-format-imports

    Weekly Downloads

    0

    Version

    0.1.8

    License

    MIT

    Unpacked Size

    113 kB

    Total Files

    10

    Last publish

    Collaborators

    • bancek