1 Star 0 Fork 574

qb/icegl-three-vue-tres

forked from ICEGL/icegl-three-vue-tres 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 1.15 KB
一键复制 编辑 原始数据 按行查看 历史
地虎降天龙 提交于 2024-03-07 10:30 . 1、修复了一些小的问题
/*
* @Description:
* @Version: 1.668
* @Autor: 地虎降天龙
* @Date: 2023-10-16 10:53:09
* @LastEditors: 地虎降天龙
* @LastEditTime: 2024-03-07 10:07:04
*/
module.exports = {
extends: ['@webank/eslint-config-webank/vue.js'],
overrides: [
{
files: ['**/__tests__/*.{j,t}s?(x)', '**/tests/unit/**/*.spec.{j,t}s?(x)'],
},
],
env: {
jest: true,
},
//add by 地虎降天龙
// settings: {
// 'import/resolver': {
// alias: {
// map: [
// // 这里参照别名配置映射
// ['@', './src'],
// ['PLS', './src/plugins'],
// ],
// },
// },
// },
rules: {
'prettier/prettier': 'off',
"vue/space-unary-ops": "off",
"vue/comma-dangle": "off",
"no-debugger": "off",
// "semi": "off",
// "init-declarations": "off",
// "space-unary-ops": "off",
'import/no-unresolved': [
2,
{
ignore: ['^@/', 'PLS'], // 设置的路径别名
},
],
},
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/qu_bing/icegl-three-vue-tres.git
[email protected]:qu_bing/icegl-three-vue-tres.git
qu_bing
icegl-three-vue-tres
icegl-three-vue-tres
master

搜索帮助