1 Star 0 Fork 315

yangzhe07/lamp-web

forked from 最后/lamp-web 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 452 Bytes
一键复制 编辑 原始数据 按行查看 历史
最后 提交于 2019-12-13 15:37 . 去除提交代码时检测功能
module.exports = {
root: true,
env: {
browser: true,
node: true,
es6: true
},
'extends': [
'plugin:vue/essential', 'plugin:vue/recommended', 'eslint:recommended'
],
rules: {
// 还可以写表达式,厉害了~
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off',
'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off',
},
parserOptions: {
parser: 'babel-eslint'
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/yangzhe07/lamp-web.git
git@gitee.com:yangzhe07/lamp-web.git
yangzhe07
lamp-web
lamp-web
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385