Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rockchalkwushock/eslint-config
- Owner: rockchalkwushock
- License: mit
- Created: 2020-11-28T19:14:12.000Z (about 4 years ago)
- Default Branch: production
- Last Pushed: 2023-08-03T06:12:52.000Z (over 1 year ago)
- Last Synced: 2024-11-15T04:46:48.341Z (about 2 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: 3
- 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"]
}
```