代码拉取完成,页面将自动刷新
module.exports = {
root: true,
env: {
node: true
},
extends: [
'plugin:vue/essential',
// '@vue/standard'
],
parserOptions: {
parser: 'babel-eslint'
},
rules: {
"quotes": [0, "single"], // 禁用引号检查 引号类型 `` "" ''
"semi": 0, // 禁用分号检查 [1, "always"]: 需要分号, [2, "never"]: 不加分号, 0: 禁用此项
"vue/html-self-closing": "off",
"vue/no-parsing-error": [2, {
"x-invalid-end-tag": false,
}],
"indent": "off", // 禁用缩进检查
'eslint eol-last': 0,
"space-before-function-paren": 0,
"vue/no-duplicate-attributes": ["error", {
"allowCoexistClass": false,
"allowCoexistStyle": false
}],
"generator-star-spacing": "off",
"no-tabs": "off",
"no-console": "off",
"no-irregular-whitespace": "off",
"no-debugger": "off",
'no-unused-vars': "off",
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。