1.3.0 • Published 8 years ago
tslint-config-unicorn-science v1.3.0
Unicorn Science - TSLint Shareable Config
A TSLint Shareable Config.
Installation
npm install tslint-config-unicorn-scienceUsage
Shareable configs are designed to work with the extends feature of tslint.json files. You can learn
more about Shareable Configs on the official TSLint website.
Add this to your tslint.json file:
{
"extends": "tslint-config-unicorn-science"
}