https://github.com/wonjerry/eslint-config-wonjerry
eslint sharable config for wonjerry
https://github.com/wonjerry/eslint-config-wonjerry
Last synced: 8 days ago
JSON representation
eslint sharable config for wonjerry
- Host: GitHub
- URL: https://github.com/wonjerry/eslint-config-wonjerry
- Owner: wonjerry
- License: mit
- Created: 2020-03-31T09:00:40.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-24T02:28:11.000Z (over 4 years ago)
- Last Synced: 2025-11-22T04:06:47.457Z (6 months ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/eslint-config-wonjerry
- Size: 2.93 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# eslint-config-wonjerry
Wonjerry's eslint sharable config
## install
```shell
yarn add -D eslint-config-wonjerry standard
```
or
```shell
npm install --save-dev eslint-config-wonjerry standard
```
## Usage
In your project's .eslintrc
```json
{
"extends": "eslint-config-wonjerry"
}
```
or .eslintrc.yaml
```yaml
extends:
- "eslint-config-wonjerry"
```