146 Star 761 Fork 144

heyui / heyui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 289 Bytes
一键复制 编辑 原始数据 按行查看 历史
忠兰 提交于 2021-12-24 13:35 . feat: build script
module.exports = {
root: true,
env: {
node: true
},
globals: {
$: 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.git
git@gitee.com:heyui/heyui.git
heyui
heyui
heyui
master

搜索帮助