eslint-config-xquark

1.2.3 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i eslint-config-xquark

Weekly Downloads

0

Version

1.2.3

License

MIT

Unpacked Size

11.4 kB

Total Files

3

Last publish

Collaborators

  • xunger