1.0.3 • Published 5 years ago

tslint-config-ivweb v1.0.3

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

tslint-config-ivweb

npm package NPM downloads

TSLint shareable config for the IVWEB TypeScript style guide.

Installation

$ npm install --save-dev tslint typescript tslint-config-ivweb

Usage

Once the tslint-config-ivweb package is installed, you can use it by specifying ivweb. create tslint.config and copy this.

{
  "extends": ["tslint-config-ivweb"],
  "linterOptions": {
    "exclude": ["**/node_modules/**"]
  },
  "rules": {
  // your own special config rule
  }
}

use in cli

./node_modules/.bin/tslint ./**/*.ts

use in vscode

  • install tslint plugin
  • use Cmd + or Ctrl +
  • set tslint.autoFixOnSave as true

use in webstorm

  • open setting
  • search tslint
  • set enable as true, and chose Search for tslint.json
1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago