4 Star 7 Fork 19

那一抹阳光/vue3-admin-front

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.eslintrc.cjs 891 Bytes
一键复制 编辑 原始数据 按行查看 历史
子水 提交于 2022-11-19 23:02 . feat: 标签导航支持对应路由缓存
module.exports = {
env: {
browser: true,
es2021: true,
node: true
},
extends: [
"eslint:recommended",
"plugin:vue/vue3-essential",
"plugin:@typescript-eslint/recommended",
"@vue/prettier",
"./.eslintrc-auto-import.json"
],
overrides: [],
parser: "vue-eslint-parser",
parserOptions: {
parser: "@typescript-eslint/parser",
ecmaVersion: "latest",
sourceType: "module"
},
plugins: ["vue", "@typescript-eslint"],
rules: {
"vue/multi-word-component-names": "off",
"@typescript-eslint/no-non-null-assertion": "off",
"prettier/prettier": [
"error",
{
singleQuote: false, // 使用单引号
semi: false, // 末尾添加分号
tabWidth: 2,
trailingComma: "none",
useTabs: false,
endOfLine: "auto"
}
]
},
globals: {
defineOptions: "readonly"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jw-speed/vue3-admin-front.git
git@gitee.com:jw-speed/vue3-admin-front.git
jw-speed
vue3-admin-front
vue3-admin-front
master

搜索帮助