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

https://github.com/silverwind/eslint-config-silverwind-typescript

Exhaustive ESLint configuration with typescript
https://github.com/silverwind/eslint-config-silverwind-typescript

Last synced: about 1 year ago
JSON representation

Exhaustive ESLint configuration with typescript

Awesome Lists containing this project

README

          

# eslint-config-silverwind-typescript [![](https://img.shields.io/npm/v/eslint-config-silverwind-typescript.svg)](https://www.npmjs.org/package/eslint-config-silverwind-typescript) [![](https://img.shields.io/badge/licence-bsd-blue.svg)](https://raw.githubusercontent.com/silverwind/eslint-config-silverwind-typescript/master/LICENSE)

Exhaustive ESLint configuration for Typescript

## Usage

In your `.eslintrc.yaml`:

```yaml
extends:
- eslint-config-silverwind-typescript
```

Add `tsconfig.json`:

```bash
curl -sO https://raw.githubusercontent.com/silverwind/eslint-config-silverwind/master/tsconfig.json
```

## Related

- [eslint-config-silverwind](https://github.com/silverwind/eslint-config-silverwind)
- [eslint-config-silverwind-react](https://github.com/silverwind/eslint-config-silverwind-react)

© [silverwind](https://github.com/silverwind), distributed under BSD licence.