43 Star 0 Fork 1

dhf/hmtt82

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc.js 424 Bytes
一键复制 编辑 原始数据 按行查看 历史
dhf 提交于 2022-05-30 14:51 . 我的频道-编辑list修改的代码调整
module.exports = {
root: true,
env: {
node: true
},
extends: ['plugin:vue/essential', '@vue/standard'],
parserOptions: {
parser: '@babel/eslint-parser'
},
rules: {
// 'vue/no-mutating-props': 'off',
'vue/multi-word-component-names': 'off',
'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off'
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dhf481229/hmtt82.git
git@gitee.com:dhf481229/hmtt82.git
dhf481229
hmtt82
hmtt82
master

搜索帮助