1 Star 0 Fork 88

thomas.tang/vue-admin-work-x

forked from 清清玄/vue-admin-work-x 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 670 Bytes
一键复制 编辑 原始数据 按行查看 历史
596484713@qq.com 提交于 2021-06-26 17:42 . 做了好多
module.exports = {
root: true,
parserOptions: {
parser: "@typescript-eslint/parser",
sourceType: "module",
},
env: {
browser: true,
node: true,
es6: true,
},
"plugins": ['@typescript-eslint'],
extends: [
"plugin:vue/vue3-essential",
"eslint:recommended",
"@vue/typescript/recommended",
"@vue/prettier/@typescript-eslint",
],
rules: {
"@typescript-eslint/no-explicit-any": "off",
'@typescript-eslint/explicit-function-return-type': 'off',
'@typescript-eslint/explicit-module-boundary-types': 'off',
"no-unused-vars": "off",
"@typescript-eslint/no-unused-vars": "off",
"no-undef": "off"
}
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/thomas_tang/vue-admin-work-x.git
git@gitee.com:thomas_tang/vue-admin-work-x.git
thomas_tang
vue-admin-work-x
vue-admin-work-x
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385