Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wonjerry/eslint-config-wonjerry
eslint sharable config for wonjerry
https://github.com/wonjerry/eslint-config-wonjerry
Last synced: about 17 hours 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-24T02:28:11.000Z (almost 3 years ago)
- Last Synced: 2024-11-09T02:17:55.052Z (7 days ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/eslint-config-wonjerry
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- 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"
```