@skrepr/zicht-tslint
v5.1.0
Published
tslint configuration file used in Zicht projects.
Downloads
2
Readme
@skrepr/tslint
This package contains a configuration file for tslint, to maintain a consistent Typescript code style across Zicht projects.
Installing
npm install git+ssh://[email protected]:skrepr/zicht-tslint#semver:^5.0 --save-dev
Usage
An example of how to check your Typescript files with this configuration:
tslint -c ./node_modules/@skrepr/tslint/tslint.json htmldev/ts/src/main.ts
tslint version
Current supported tslint version is 5.10.0.
More info on tslint and its linters, go to http://palantir.github.io/tslint/.