@siggame/colisee-tslint
v1.0.4
Published
The official tslint config for ACM SIG-Game's Colisee
Downloads
35
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-tslintAdd 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 lintRunning the linter fixer
npm run lint-fixContributors
License
View our LICENSE.md
Contributing
View our CONTRIBUTING.md
