Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jardenliu/eslint-config-vue
Personal preferences for vue eslint configuration
https://github.com/jardenliu/eslint-config-vue
Last synced: 7 days ago
JSON representation
Personal preferences for vue eslint configuration
- Host: GitHub
- URL: https://github.com/jardenliu/eslint-config-vue
- Owner: jardenliu
- License: mit
- Created: 2022-07-01T17:21:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-29T08:35:45.000Z (about 1 year ago)
- Last Synced: 2024-11-30T05:38:00.933Z (23 days ago)
- Language: JavaScript
- Size: 15.6 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-vue
Personal preferences for vue eslint configuration## Installation
```bash
$ npm install @jardenliu/eslint-config-vue
```## Usage
add extends `@jardenliu/vue` into your eslint config `.eslintrc`
```json
{
"root": true,
"extends": [
"@jardenliu/vue"
],
"rules": {
}
}
```