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
- Host: GitHub
- URL: https://github.com/boringcodes/eslint-config-typescript-react
- Owner: boringcodes
- License: mit
- Created: 2021-01-19T13:49:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-07T15:31:24.000Z (almost 4 years ago)
- Last Synced: 2025-03-22T05:33:03.184Z (3 months ago)
- Topics: boringcodes, eslint, eslint-config, husky, lint-staged, npm, prettier, react, standard-version, typescript
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@boringcodes/eslint-config-typescript-react
- Size: 158 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
## 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)