1.0.3 • Published 11 months ago

@jardenliu/eslint-config-vue3 v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

eslint-config-vue

Personal preferences for vue eslint configuration

Installation

    $ npm install @jardenliu/eslint-config-vue

Usage

add extends @jardenliu/vue into your eslint config .eslintrc

{
    "root": true,
    "extends": [
        "@jardenliu/vue"
    ],
    "rules": {
        
    }
}
1.0.3

11 months ago

1.0.0

12 months ago