tslint-config-tribou

0.0.3 • Public • Published

tslint-config-tribou

npm version Build Status Project Status: Active - The project has reached a stable, usable state and is being actively developed. bitHound Code

Start with JS Standard Style but push towards better readability, git-awareness, vim-usability, and React and ES6 best practices.

Quick Start

npm install --save-dev \
    tslint-config-tribou \
    tslint@^5.1.0 \
    typescript@^2.2.2

Then add the following to your tslint.json:

{
  "extends": [
    "tslint-config-tribou"
  ]
}

Run the linter with a command like the following:

tslint --type-check --project tsconfig.json -c tslint.json '*(config|server|src)/**/*.ts?'

/tslint-config-tribou/

    Package Sidebar

    Install

    npm i tslint-config-tribou

    Weekly Downloads

    2

    Version

    0.0.3

    License

    MIT

    Last publish

    Collaborators

    • tribou