17 Star 62 Fork 57

Halo-E / HaloE-Design-2.0

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 692 Bytes
一键复制 编辑 原始数据 按行查看 历史
chenxiwei 提交于 2019-03-13 18:06 . 配置框架
module.exports = {
root: true,
env: {
node: true
},
globals: { '_': true },
extends: ['plugin:vue/strongly-recommended', 'standard'],
rules: {
'no-console': 'warn',
'no-tabs': 0,
'no-unused-vars': 0,
'no-return-assign': 0,
'vue/html-self-closing': 'off',
'vue/require-default-prop': 0,
'vue/max-attributes-per-line': [
// 配置成可允许一行attribute跟着标签
'error',
{
singleline: 1,
multiline: {
max: 1,
allowFirstLine: false
}
}
],
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off'
},
parserOptions: {
parser: 'babel-eslint'
}
}
1
https://gitee.com/halo-e/haloe.git
git@gitee.com:halo-e/haloe.git
halo-e
haloe
HaloE-Design-2.0
develop

搜索帮助

53164aa7 5694891 3bd8fe86 5694891