1.0.4 • Published 7 years ago

@siggame/colisee-tslint v1.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

siggame/colisee-tslint

The official tslint config for ACM SIG-Game's Colisee

Dependencies NPM Version NPM Total Downloads

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

1.0.4

7 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago