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

https://github.com/devsht/eslint-config

Reusable eslint config
https://github.com/devsht/eslint-config

config configuration eslint eslint-config eslint-configs react reusability reusable typescript

Last synced: 2 months ago
JSON representation

Reusable eslint config

Awesome Lists containing this project

README

          

# @devsht/eslint-config

Reusable, fairly strict eslint config with TypeScript & React support

## Installation

```
npm i -D @devsht/eslint-config
```

or

```
yarn add --dev @devsht/eslint-config
```

## Usage

Create a **.eslintrc.js** and add this package to the extends array.

```
module.exports = {
extends: ["@devsht/eslint-config"]
};
```