Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/softwareventures/tslint-rules

Standard tslint rules for Software Ventures Limited
https://github.com/softwareventures/tslint-rules

tslint typescript

Last synced: 3 days ago
JSON representation

Standard tslint rules for Software Ventures Limited

Awesome Lists containing this project

README

        

# tslint-rules

Standard tslint rules for
[Software Ventures Limited](https://softwareventures.co.uk/).

**Deprecated**: tslint is
[deprecated](https://blog.palantir.com/tslint-in-2019-1a144c2317a9). Please
migrate to [eslint](https://eslint.org/) and
[eslint-config](https://www.npmjs.com/package/@softwareventures/eslint-config).

## Install

```bash
npm install --save-dev @softwareventures/tslint-rules
```

or for yarn users:

```bash
yarn add --dev @softwareventures/tslint-rules
```

## Usage

To apply this tslint configuration to your project, add this to `tslint.json`:

```json
{
"extends": "@softwareventures/tslint-rules"
}
```