Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/the-dr-lazy/tslint-config

Yet another TSLint config preset
https://github.com/the-dr-lazy/tslint-config

config eslint prettier standard ts tslint typescript

Last synced: 19 days ago
JSON representation

Yet another TSLint config preset

Awesome Lists containing this project

README

        

# TSLint Config Preset (thebrodmann)

Personal TSLint config preset.

## Installation

```bash
# YARN
yarn add @thebrodmann/tslint-config

# NPM
npm install @thebrodmann/tslint-config
```

## Usage

In `tslint.json`:

```json
{
"extends": "@thebrodmann/tslint-config"
}
```

P.S. Some TSLint rules require the use of --project to run.

## License

[MIT licensed](LICENSE)