Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jardenliu/eslint-config-vue3
eslint-config-vue3
https://github.com/jardenliu/eslint-config-vue3
Last synced: 7 days ago
JSON representation
eslint-config-vue3
- Host: GitHub
- URL: https://github.com/jardenliu/eslint-config-vue3
- Owner: jardenliu
- License: mit
- Created: 2024-07-26T11:07:46.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-26T11:12:11.000Z (5 months ago)
- Last Synced: 2024-07-26T12:43:48.024Z (5 months ago)
- Language: JavaScript
- Size: 20.5 KB
- Stars: 0
- 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": {
}
}
```