make-tslint
v1.1.1
Published
add tslint with rules of ant-design for my project.
Readme
make tslint
Add tslint with rules of ant-design for my project.
make-tslint will download rules from ant-design by default, you can also set your own tslint json.
After downloading the tslint json, it will install packages defined on the field of extends in tslint.json automatically.
Installing
npm install -g make-tslint
Get Started
make-tslint
make-tslintwill create a scriptlintinpackage-jsonand it can lint the code in the src folder. You can modify the lint path if you need.
