1 Star 0 Fork 0

bugHou/bg-ui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc.js 709 Bytes
一键复制 编辑 原始数据 按行查看 历史
bugHou 提交于 2022-02-14 19:49 +08:00 . bg-ui第一版完成
module.exports = {
"env": {
"browser": true,
"commonjs": true,
"es2021": true,
},
"extends": [
"eslint:recommended",
"plugin:vue/essential",
"plugin:@typescript-eslint/recommended"
],
"parserOptions": {
"ecmaVersion": 13,
"parser": "babel-eslint",
"sourceType": "module",
"extraFileExtensions": ['.vue'],
"ecmaFeatures": {
"jsx": true
}
},
"plugins": [
"vue",
"@typescript-eslint"
],
"rules": {
"@typescript-eslint/no-unused-vars": 0,
"@typescript-eslint/no-var-requires": 0,
"@typescript-eslint/no-explicit-any": 0
}
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/Bug_hou/bg-ui.git
git@gitee.com:Bug_hou/bg-ui.git
Bug_hou
bg-ui
bg-ui
master

搜索帮助