13.0.0 • Published 4 years ago

tslint-viralize v13.0.0

Weekly downloads
47
License
MIT
Repository
github
Last release
4 years ago

tslint-viralize

Tslint rules to enforce Viralize standards and best practices during development of typescript project in Viralize

Install

  1. Install the correct versions of each package, which are listed by the command:

    npm info "tslint-viralize@latest" peerDependencies

    If using npm 5+, use this shortcut

    npx install-peerdeps --dev tslint-viralize

    If using npm < 5, Linux/OSX users can run

    (
      export PKG=tslint-viralize;
      npm info "$PKG@latest" peerDependencies --json | command sed 's/[\{\},]//g ; s/: /@/g' | xargs npm install --save-dev "$PKG@latest"
    )

    If using npm < 5, Windows users can either install all the peer dependencies manually, or use the install-peerdeps cli tool.

    npm install -g install-peerdeps
    install-peerdeps --dev tslint-viralize
  2. Add to your tslint.json:

"extends": "tslint-viralize",
"rulesDirectory": [
  "node_modules/tslint-microsoft-contrib"
]

Some of the rules require type information. So in order to provide as much value as possible run TSLint with type-checker

13.0.0

4 years ago

12.0.1

5 years ago

12.0.0

5 years ago

11.0.0

5 years ago

10.0.0

5 years ago

9.0.0

5 years ago

8.0.0

5 years ago

7.0.0

5 years ago

6.0.0

5 years ago

5.0.0

5 years ago

5.0.0-beta.8

5 years ago

5.0.0-beta.7

5 years ago

5.0.0-beta.6

5 years ago

5.0.0-beta.5

5 years ago

5.0.0-beta.4

5 years ago

5.0.0-beta.3

5 years ago

5.0.0-beta.2

5 years ago

5.0.0-beta.1

5 years ago

5.0.0-beta.0

5 years ago

4.0.0

5 years ago

4.0.0-beta.6

5 years ago

4.0.0-beta.5

5 years ago

4.0.0-beta.4

5 years ago

4.0.0-beta.3

5 years ago

4.0.0-beta.2

5 years ago

4.0.0-beta.1

5 years ago

4.0.0-beta.0

5 years ago

3.0.0

5 years ago

3.0.0-beta.3

5 years ago

3.0.0-beta.2

5 years ago

3.0.0-beta.1

5 years ago

3.0.0-beta.0

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.0.0

5 years ago