0.1.5 • Published 5 years ago

tslint-config-ilemon v0.1.5

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

tslint-config-ilemon

A TSLint Shareable Config.

Install

npm i tslint-config-ilemon -D

Useage

Install peerDependencies:

npm i typescript tslint -D

If you use it in react project, then install additional peerDependencies:

npm i tslint-react -D

Then, add this to your tslint.json file:

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

or react project:

{
  "extends": ["tslint-config-ilemon/react"]
}
0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago