1 Star 0 Fork 48

深圳市和裕汇科技有限公司/catch-admin-vue

forked from catchadmin/catch-admin-vue 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc.json 476 Bytes
一键复制 编辑 原始数据 按行查看 历史
Joker 提交于 2024-03-24 18:17 +08:00 . first commit
{
"env": {
"browser": true,
"es2021": true
},
"extends": ["plugin:vue/essential", "standard"],
"parserOptions": {
"ecmaVersion": "latest",
"parser": "@typescript-eslint/parser",
"sourceType": "module"
},
"plugins": ["vue", "@typescript-eslint"],
"rules": {
"vue/multi-word-component-names": 0,
"space-before-function-paren": 0,
"vue/no-v-model-argument": "off",
"vue/no-multiple-template-root": "off"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jasonps/catch-admin-vue.git
git@gitee.com:jasonps/catch-admin-vue.git
jasonps
catch-admin-vue
catch-admin-vue
master

搜索帮助