4 Star 16 Fork 1

小李 / wet

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 306 Bytes
一键复制 编辑 原始数据 按行查看 历史
小李 提交于 2020-09-28 15:40 . 重构 html 解析
module.exports = {
root: true,
env: {
node: true
},
rules: {
'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off',
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off',
'space-before-function-paren': 'off',
'object-curly-spacing': 'off'
}
}
NodeJS
1
https://gitee.com/hyjiacan/wet.git
git@gitee.com:hyjiacan/wet.git
hyjiacan
wet
wet
master

搜索帮助