Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erenkurnaz/eslint-config-react-ts
https://github.com/erenkurnaz/eslint-config-react-ts
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/erenkurnaz/eslint-config-react-ts
- Owner: erenkurnaz
- License: mit
- Created: 2022-03-26T13:28:06.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-26T13:41:10.000Z (almost 3 years ago)
- Last Synced: 2025-01-18T09:41:43.997Z (12 days ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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 --DOR
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