Ai
5 Star 69 Fork 17

每天一点/x6-vue-demo
关闭

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc.js 344 Bytes
一键复制 编辑 原始数据 按行查看 历史
每天一点 提交于 2021-03-02 11:58 +08:00 . 优化
module.exports = {
root: true,
env: {
node: true
},
extends: [
'plugin:vue/essential',
'@vue/standard'
],
parserOptions: {
parser: 'babel-eslint'
},
rules: {
'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off'
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/icefox1/x6-vue-demo.git
git@gitee.com:icefox1/x6-vue-demo.git
icefox1
x6-vue-demo
x6-vue-demo
master

搜索帮助