Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/isaac-mason/eslint-config


https://github.com/isaac-mason/eslint-config

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# eslint-config

A collection of simple and sane eslint configs that I use in my projects.

## @isaac-mason/eslint-config-typescript

A preset for typescript projects.

### Usage

Install the package:

```sh
npm install --save-dev @isaac-mason/eslint-config-typescript
```

Add the following to your `.eslintrc`:

```json
{
"extends": "@isaac-mason/eslint-config-typescript"
}
```