1 Star 0 Fork 25

mark.w/CloudExplorer-Lite

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.cjs 522 Bytes
一键复制 编辑 原始数据 按行查看 历史
ulleo 提交于 2022-08-29 11:08 . feat: 调整前后端调试配置
/* eslint-env node */
require("@rushstack/eslint-patch/modern-module-resolution");
module.exports = {
"root": true,
"extends": [
"plugin:vue/vue3-essential",
"eslint:recommended",
"@vue/eslint-config-typescript/recommended",
"@vue/eslint-config-prettier"
],
"parserOptions": {
"ecmaVersion": "latest"
},
"rules": {
"vue/multi-word-component-names": "off"
},
ignorePatterns: [
"**/frontend/lib/*",
"**/frontend/node/*",
"**/frontend/node/*",
"**/iconfont.js",
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/hadoopeco/CloudExplorer-Lite.git
git@gitee.com:hadoopeco/CloudExplorer-Lite.git
hadoopeco
CloudExplorer-Lite
CloudExplorer-Lite
main

搜索帮助