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

https://github.com/boringcodes/eslint-config-typescript-react

🍭 Boring ESLint Config for TypeScript React - @boringcodes
https://github.com/boringcodes/eslint-config-typescript-react

boringcodes eslint eslint-config husky lint-staged npm prettier react standard-version typescript

Last synced: 2 months ago
JSON representation

🍭 Boring ESLint Config for TypeScript React - @boringcodes

Awesome Lists containing this project

README

        


eslint-config-typescript-react


Boring ESLint Config for TypeScript React



























## Features

- [x] Standard config
- [x] TypeScript config
- [x] React config

## Installation

Use the package manager to install

```bash
yarn add @boringcodes/eslint-config-typescript-react @typescript-eslint/eslint-plugin @typescript-eslint/parser eslint-config-prettier eslint-config-standard-with-typescript eslint-plugin-import eslint-plugin-node eslint-plugin-promise eslint-plugin-react eslint-plugin-standard eslint typescript --dev
```

## Usage

Create `.eslintrc`/`.eslintrc.json` and add the content

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

## Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

## Authors

[BoringCodes](https://github.com/boringcodes)

## License

[MIT](https://github.com/boringcodes/eslint-config-typescript-react/blob/master/LICENSE)