Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

My eslint config for working with React & TypeScript.
https://github.com/rockchalkwushock/eslint-config

eslint eslint-config eslint-react prettier react typescript

Last synced: 19 days ago
JSON representation

My eslint config for working with React & TypeScript.

Awesome Lists containing this project

README

        

# @rockchalkwushock/eslint-config

My eslint config for working with React & TypeScript.

Heavily based on [eslint-config-react-app](https://www.npmjs.com/package/eslint-config-react-app).

## Usage

```shell
yarn add -D @rockchalkwushock/eslint-config eslint prettier typescript
```

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