Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/creativecuriositystudio/tslint-config-ccs

A tslint configuration for and by Creative Curiosity
https://github.com/creativecuriositystudio/tslint-config-ccs

lint node tslint typescript

Last synced: 17 days ago
JSON representation

A tslint configuration for and by Creative Curiosity

Awesome Lists containing this project

README

        

# TSLint Config - Creative Curiosity Studio

## Introduction

This is the TSLint configuration file used by Creative Curiosity
projects we work on, both open-source and ones for our clients.

## Installation

```sh
npm install --save-dev tslint-config-ccs
```

## Usage

Just extend `tslint-config-ccs` in your `tslint.json` file, like so:

```json
{
"extends": "tslint-config-ccs"
}
```

Don't forget to override any rules if required.