1.2.3 • Published 4 years ago

eslint-config-xquark v1.2.3

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

Usage

First, install this package

npm install --save-dev eslint-config-xquark eslint-plugin-html

需要先安装eslint Then add following contents to your .eslintrc.js file

module.exports = {
  'extends': 'xquark'
}

VS Code Configuration

"files.associations": {
    "*.vue": "vue"
},

"eslint.validate": ["javascript", "javascriptreact", "html", {"language": "vue", "autoFix": true}],
"eslint.options": {
    "plugins": ["html","vue"]
},
"eslint.autoFixOnSave": true,

License

MIT

1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago