1.0.3 • Published 4 years ago

@bela.kubicza/lint-rules v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

White Hat Gaming FE Linting Tools

TSLint

Install

To install this package to your local project run the following npm command

npm install tslint typescript @bela.kubicza/lint-rules --save-dev

Usage

In your projects root create a file called tslint.json add the following contents to get the base tslint rules.

{
  "extends": "./node_modules/@bela.kubicza/lint-rules/tslint/whg-lint-rules.json",
  "rules": {}
}
1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago