1 Star 0 Fork 12

吴肉桂/euler-copilot-witchaind-web

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.eslintrc.json 721 Bytes
一键复制 编辑 原始数据 按行查看 历史
李娜 提交于 2025-03-31 09:47 +08:00 . cleanCode配置修改
{
"root": true,
"parser": "vue-eslint-parser",
"parserOptions": {
"parser": "@typescript-eslint/parser",
"extraFileExtensions": [".vue"],
"project": "./tsconfig.json",
"sourceType": "module",
"ecmaVersion": "latest"
},
"plugins": ["@typescript-eslint", "import", "prettier"],
"extends": ["prettier"],
"settings": {
"import/resolver": {
"typescript": {}
}
},
"rules": {
"prettier/prettier": "error",
"no-console": "warn",
"no-undef": "off",
"@typescript-eslint/no-unnecessary-type-assertion": "error",
"quotes": "off"
},
"env": {
"browser": true, // 声明代码运行在浏览器环境
"es2021": true // 启用 ES2021 全局变量
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cc500/euler-copilot-witchaind-web.git
git@gitee.com:cc500/euler-copilot-witchaind-web.git
cc500
euler-copilot-witchaind-web
euler-copilot-witchaind-web
master

搜索帮助