README
Unicorn Science - TSLint Shareable Config
A TSLint Shareable Config.
Installation
npm install tslint-config-unicorn-science
Usage
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"
}