1 Star 1 Fork 0

jiuyueqi/vueshop

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.eslintrc.js 1019 Bytes
一键复制 编辑 原始数据 按行查看 历史
jiuyueqi 提交于 2020-03-28 23:13 . 完成用户列表功能
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",
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jiuyueqi/vueshop.git
git@gitee.com:jiuyueqi/vueshop.git
jiuyueqi
vueshop
vueshop
master

搜索帮助