1 Star 0 Fork 75

搬砖现场 / heyui-admin

forked from heyui / heyui-admin 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 788 Bytes
一键复制 编辑 原始数据 按行查看 历史
vvpvvp 提交于 2019-03-01 18:37 . chore: format
module.exports = {
root: true,
env: {
node: true
},
'extends': [
'plugin:vue/essential',
'@vue/standard'
],
"globals": {
"HeyUI": true,
"Utils": true,
"Manba": true,
"Vue": true,
"R": true,
"G": true,
"log": true,
"Model": true
},
rules: {
'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off',
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off',
"semi": [
"error",
"always"
],
"eqeqeq": "off",
"linebreak-style": [
"error",
"unix"
],
"no-useless-call": "off",
"space-before-function-paren": ["error", { "anonymous": "always", "named": "never", "asyncArrow": "always" }]
},
parserOptions: {
parser: 'babel-eslint'
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhaowx_admin/heyui-admin.git
git@gitee.com:zhaowx_admin/heyui-admin.git
zhaowx_admin
heyui-admin
heyui-admin
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891