1 Star 0 Fork 0

 笨南北 / vue_shop

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.eslintrc.js 1.49 KB
一键复制 编辑 原始数据 按行查看 历史
 笨南北 提交于 2020-08-30 15:08 . 完成登录功能
module.exports = {
root: true,
env: {
node: true
},
extends: [
'plugin:vue/essential',
'@vue/standard'
],
parserOptions: {
parser: 'babel-eslint'
},
rules: {
'no-console': 'off',
'no-debugger': 'off',
'vue/no-async-in-computed-properties': 'off',
'vue/no-dupe-keys': 'off',
'vue/no-duplicate-attributes': 'off',
'vue/no-parsing-error': 'off',
'vue/no-reserved-keys': 'off',
'vue/no-shared-component-data': 'off',
'vue/no-side-effects-in-computed-properties': 'off',
'vue/no-template-key': 'off',
'vue/no-textarea-mustache': 'off',
'vue/no-unused-components': 'off',
'vue/no-unused-vars': 'off',
'vue/no-use-v-if-with-v-for': 'off',
'vue/require-component-is': 'off',
'vue/require-prop-type-constructor': 'off',
'vue/require-render-return': 'off',
'vue/require-v-for-key': 'off',
'vue/require-valid-default-prop': 'off',
'vue/return-in-computed-property': 'off',
'vue/use-v-on-exact': 'off',
'vue/valid-template-root': 'off',
'vue/valid-v-bind': 'off',
'vue/valid-v-cloak': 'off',
'vue/valid-v-else-if': 'off',
'vue/valid-v-else': 'off',
'vue/valid-v-for': 'off',
'vue/valid-v-html': 'off',
'vue/valid-v-if': 'off',
'vue/valid-v-model': 'off',
'vue/valid-v-on': 'off',
'vue/valid-v-once': 'off',
'vue/valid-v-pre': 'off',
'vue/valid-v-show': 'off',
'vue/valid-v-text': 'off'
},
'extends': [
'plugin:vue/recommended',
'@vue/standard'
]
}
1
https://gitee.com/lzx1024/vue_shop.git
git@gitee.com:lzx1024/vue_shop.git
lzx1024
vue_shop
vue_shop
master

搜索帮助