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

https://github.com/epaew/eslint-config


https://github.com/epaew/eslint-config

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# @epaew/eslint-config

## How to use
### Install
```sh
npm i -D eslint @epaew/eslint-config
# or
yarn add -D eslint @epaew/eslint-config
```

### Configuration
* .eslintrc.yaml
```yaml
root: true
extends:
# Select one of the following
- @epaew
- @epaew/eslint-config/jest
- @epaew/eslint-config/node
- @epaew/eslint-config/react
- @epaew/eslint-config/react-native

- @epaew/eslint-config/typescript
- @epaew/eslint-config/jest-typescript
- @epaew/eslint-config/node-typescript
- @epaew/eslint-config/react-typescript
- @epaew/eslint-config/react-native-typescript
```

## LICENSE
[MIT](./LICENSE)