1 Star 3 Fork 3

friend-nicen/vue-nice-admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc.js 556 Bytes
一键复制 编辑 原始数据 按行查看 历史
friend-nicen 提交于 2023-06-13 14:35 +08:00 . Mock系统所有接口
module.exports = {
"env": {
"browser": true,
"es2021": true
},
"extends": [
"eslint:recommended",
"plugin:vue/vue3-essential"
],
"overrides": [],
"parserOptions": {
"ecmaVersion": "latest",
"sourceType": "module"
},
"plugins": [
"vue"
],
"rules": {
"vue/no-mutating-props": "off",
"vue/valid-v-slot": "off",
"vue/multi-word-component-names": "off",
"no-extra-boolean-cast": "off",
"no-prototype-builtins": "off"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/friend-nicen/vue-nice-admin.git
git@gitee.com:friend-nicen/vue-nice-admin.git
friend-nicen
vue-nice-admin
vue-nice-admin
master

搜索帮助