Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Personal eslint config for typescript
https://github.com/masterodin/eslint-config-typescript

Last synced: 27 days ago
JSON representation

Personal eslint config for typescript

Awesome Lists containing this project

README

        

# @masterodin/eslint-config-typescript

[![npm (scoped)](https://img.shields.io/npm/v/@masterodin/eslint-config-typescript)](https://npmjs.com/package/@masterodin/eslint-config-typescript)

Shareable eslint config for typescript projects.

## Installation

```bash
npm install --save-dev @masterodin/eslint-config-typescript @typescript-eslint/parser @typescript-eslint/eslint-plugin
```

## Usage

Alter your eslintrc file to have:

```json
{
"extends": [
"@masterodin/eslint-config-typescript"
]
}
```