https://github.com/repeale/eslint-config
https://github.com/repeale/eslint-config
eslint eslintconfig prettier react typescript
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/repeale/eslint-config
- Owner: repeale
- License: mit
- Created: 2021-06-21T19:31:59.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-05-05T20:31:27.000Z (about 4 years ago)
- Last Synced: 2025-03-20T03:02:57.239Z (about 1 year ago)
- Topics: eslint, eslintconfig, prettier, react, typescript
- Language: JavaScript
- Homepage:
- Size: 156 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Eslint Config

- [Prettier Config](#eslint-config)
- [Getting started](#getting-started)
- [Configs](#configs)
- [License](#license)
## Getting started
Install the package and related peerDependencies as `devDependencies`:
```sh
npm install --save-dev @repeale/eslint-config @typescript-eslint/eslint-plugin @typescript-eslint/parser eslint-config-prettier eslint-plugin-prettier eslint-plugin-react eslint prettier typescript
```
or
```sh
yarn add --dev @repeale/eslint-config @typescript-eslint/eslint-plugin @typescript-eslint/parser eslint-config-prettier eslint-plugin-prettier eslint-plugin-react eslint prettier typescript
```
Extend `@repeale/eslint-config` in your `.eslintrc` file with one of the available configurations:
```json
{
"extends": "@repeale/eslint-config/react-ts-prettier"
}
```
## Configs
- @repeale/eslint-config/react-ts-prettier
- @repeale/eslint-config/ts-prettier
## License
[MIT License](./LICENSE)