README
siggame/colisee-tslint
The official tslint config for ACM SIG-Game's Colisee
Table Of Contents
Description
A long description of the project.
Getting Started
npm install --save-dev tslint @siggame/colisee-tslint
Add the following tslint.json
{
"extends": "@siggame/colisee-tslint/tslint.json"
}
Add the following to your package.json
scripts:
"lint": "tslint --format verbose --project ./tsconfig.json",
"lint-fix": "tslint --fix --format verbose --project ./tsconfig.json"
Usage
Running the linter
npm run lint
Running the linter fixer
npm run lint-fix
Contributors
License
View our LICENSE.md
Contributing
View our CONTRIBUTING.md