@siggame/colisee-tslint

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

Usage no npm install needed!

<script type="module">
  import siggameColiseeTslint from 'https://cdn.skypack.dev/@siggame/colisee-tslint';
</script>

README

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