33 Star 188 Fork 72

张超杰/vue-ele-form

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 508 Bytes
一键复制 编辑 原始数据 按行查看 历史
张超杰 提交于 2020-11-18 04:59 . feat: 增加钩子函数
module.exports = {
root: true,
env: {
node: true
},
'extends': [
'plugin:vue/essential',
'@vue/standard'
],
rules: {
'space-before-function-paren': 0,
'vue/no-unused-components': process.env.NODE_ENV === 'production' ? 'error' : 'warn',
'no-console': process.env.NODE_ENV === 'production' ? ["error", { allow: ["warn", "error"] }] : 'off',
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off'
},
parserOptions: {
parser: 'babel-eslint'
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/dream2023/vue-ele-form.git
git@gitee.com:dream2023/vue-ele-form.git
dream2023
vue-ele-form
vue-ele-form
master

搜索帮助

Cb406eda 1850385 E526c682 1850385