@siggame/colisee-tslint

1.0.4 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @siggame/colisee-tslint

Weekly Downloads

2

Version

1.0.4

License

MIT

Unpacked Size

3.71 kB

Total Files

3

Last publish

Collaborators

  • user404d