1 Star 0 Fork 76

ご苼荹ご/heyui-admin

forked from heyui/heyui-admin 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 806 Bytes
一键复制 编辑 原始数据 按行查看 历史
vvpvvp 提交于 2019-07-12 10:04 . chore: eslint fix
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,
"BMap": 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 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/zsnzhang/heyui-admin.git
git@gitee.com:zsnzhang/heyui-admin.git
zsnzhang
heyui-admin
heyui-admin
master

搜索帮助