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.
npm install -g make-tslint
make-tslint
make-tslint
will create a scriptlint
inpackage-json
and it can lint the code in the src folder. You can modify the lint path if you need.