Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/erenkurnaz/eslint-config-react-ts


https://github.com/erenkurnaz/eslint-config-react-ts

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

## @erenkurnaz/eslint-config-react-ts ![npm version](https://badge.fury.io/js/@erenkurnaz%2Feslint-config-react-ts.svg)

ESLint Configuration for React with Typescript

### Installation

```bash
yarn add @erenkurnaz/eslint-config-react-ts --D

OR

npm install @erenkurnaz/eslint-config-react-ts --save-dev
```

### Usage

```
// .eslintrc

{
"extends": [
"@erenkurnaz/eslint-config-react-ts"
]
}

```

## Supported Rules

- airbnb
- airbnb/hooks
- airbnb-typescript
- plugin:eslint-comments/recommended
- prettier