31 Star 295 Fork 306

最后 / 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'
}
}
JavaScript
1
https://gitee.com/zuihou111/lamp-web.git
git@gitee.com:zuihou111/lamp-web.git
zuihou111
lamp-web
lamp-web
master

搜索帮助