https://github.com/epaew/eslint-config
https://github.com/epaew/eslint-config
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/epaew/eslint-config
- Owner: epaew
- License: mit
- Created: 2020-11-01T01:26:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T10:57:40.000Z (over 3 years ago)
- Last Synced: 2025-02-26T12:45:32.771Z (over 1 year ago)
- Language: JavaScript
- Size: 460 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)