69 Star 337 Fork 75

heyui / heyui-admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 307 Bytes
一键复制 编辑 原始数据 按行查看 历史
vvpvvp 提交于 2022-01-30 14:14 . feat: update to heyui2.0 vue3.0
module.exports = {
root: true,
env: {
node: true
},
globals: {
$: true,
'BMap': true
},
extends: ['plugin:vue/vue3-essential'],
parserOptions: {
parser: 'babel-eslint',
ecmaVersion: 6,
sourceType: 'module'
},
rules: {
'vue/script-setup-uses-vars': 'off'
}
};
JavaScript
1
https://gitee.com/heyui/heyui-admin.git
git@gitee.com:heyui/heyui-admin.git
heyui
heyui-admin
heyui-admin
master

搜索帮助