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: about 2 months ago
JSON representation
My eslint config for working with React & TypeScript.
- Host: GitHub
- URL: https://github.com/rockchalkwushock/eslint-config
- Owner: rockchalkwushock
- License: mit
- Created: 2020-11-28T19:14:12.000Z (over 4 years ago)
- Default Branch: production
- Last Pushed: 2023-08-03T06:12:52.000Z (almost 2 years ago)
- Last Synced: 2025-03-08T19:05:26.294Z (3 months ago)
- Topics: eslint, eslint-config, eslint-react, prettier, react, typescript
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@rockchalkwushock/eslint-config
- Size: 460 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"]
}
```