tslint-max-import-line-length

0.0.2 • Public • Published

tslint-max-import-line-length

npm version CircleCI Dependency Status devDependencies Status npm

Getting started

$ npm i tslint-max-import-line-length -D

Usage

  // tslint.json
  "extends"[
    "tslint-max-import-line-length"
  ],
  "rules"{
    "max-import-line-length": [true, 100]
    ...
  }
  ...

Package Sidebar

Install

npm i tslint-max-import-line-length

Weekly Downloads

21

Version

0.0.2

License

MIT

Unpacked Size

9.29 kB

Total Files

9

Last publish

Collaborators

  • iyegoroff