2 Star 15 Fork 12

Cassie/umo-enhance

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc 539 Bytes
一键复制 编辑 原始数据 按行查看 历史
李兴栋 提交于 2024-08-13 15:15 +08:00 . 添加计算缓存
{
"root": true,
"extends": [
"plugin:vue/vue3-essential",
"eslint:recommended",
"@vue/eslint-config-prettier/skip-formatting"
],
"parserOptions": {
"ecmaVersion": "latest"
},
"ignorePatterns": [
"dist/**"
],
"rules": {
"vue/multi-word-component-names": "off",
"no-undef": "off",
"no-unused-vars": "off",
"no-empty": "off"
},
"globals": {
"$ref": "readonly",
"$computed": "readonly",
"$shallowRef": "readonly",
"$customRef": "readonly",
"$toRef": "readonly"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/stringlxd/umo-enhance.git
git@gitee.com:stringlxd/umo-enhance.git
stringlxd
umo-enhance
umo-enhance
main

搜索帮助