Skip to content

feflow/tslint-config-ivweb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

TSLint shareable config for the IVWEB TypeScript style guide.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors