1 Star 0 Fork 0

Glory/v2-event-cms

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 586 Bytes
一键复制 编辑 原始数据 按行查看 历史
Glory 提交于 2023-05-09 19:36 . 打包发布
module.exports = {
root: true,
env: {
node: true
},
extends: [
'plugin:vue/essential',
'@vue/standard'
],
parserOptions: {
parser: '@babel/eslint-parser'
},
rules: {
'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
// 关闭组件命名规则
'vue/multi-word-component-names': 'off',
// 关闭eslint默认的函数名后面的空格
'space-before-function-paren': 'off',
// 关闭变量名中禁止使用_
camelcase: 'off'
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/HeGlory/v2-event-cms.git
git@gitee.com:HeGlory/v2-event-cms.git
HeGlory
v2-event-cms
v2-event-cms
master

搜索帮助