Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/creativecuriositystudio/tslint-config-ccs
- Owner: creativecuriositystudio
- License: mit
- Created: 2017-02-27T23:34:27.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-18T05:53:50.000Z (over 6 years ago)
- Last Synced: 2024-11-29T22:03:39.472Z (about 1 month ago)
- Topics: lint, node, tslint, typescript
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.