Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jardenliu/eslint-config
Personal preferences for eslint configuration.
https://github.com/jardenliu/eslint-config
Last synced: 7 days ago
JSON representation
Personal preferences for eslint configuration.
- Host: GitHub
- URL: https://github.com/jardenliu/eslint-config
- Owner: jardenliu
- License: mit
- Created: 2022-01-24T02:06:12.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-15T15:09:41.000Z (4 months ago)
- Last Synced: 2024-11-30T15:57:57.335Z (22 days ago)
- Language: JavaScript
- Size: 48.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# eslint-config
Personal preferences for eslint configuration.## Installation
```bash
$ npm install @jardenliu/eslint-config
```## Usage
add extends `@jardenliu` into your eslint config `.eslintrc`
```json
{
"root": true,
"extends": [
"@jardenliu"
],
"rules": {
}
}
```