1 Star 0 Fork 0

铃酱是男生/vue3-lax

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.json 489 Bytes
一键复制 编辑 原始数据 按行查看 历史
铃酱是男生 提交于 2023-05-22 23:40 . 项目初始化,第一次提交
{
"env": {
"browser": true,
"node": true,
"es2021": true
},
"extends": [
"eslint:recommended",
"plugin:vue/vue3-essential",
"plugin:@typescript-eslint/recommended",
"@vue/eslint-config-typescript",
"@vue/eslint-config-prettier/skip-formatting"
],
"overrides": [],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": "latest",
"sourceType": "module"
},
"plugins": ["vue", "@typescript-eslint"],
"rules": {}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/ling0512/vue3-lax.git
git@gitee.com:ling0512/vue3-lax.git
ling0512
vue3-lax
vue3-lax
main

搜索帮助