This website requires JavaScript.
Explore
Help
Sign In
github_mirrors
/
vue-vben-admin
Watch
1
Star
0
Fork
0
You've already forked vue-vben-admin
mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced
2025-01-23 09:40:25 +08:00
Code
Issues
Actions
3
Packages
Projects
Releases
Wiki
Activity
038936ff7d
vue-vben-admin
/
.eslintrc.cjs
8 lines
97 B
JavaScript
Raw
Normal View
History
Unescape
Escape
chore: remove jest
2022-03-18 20:22:05 +08:00
module
.
exports
=
{
chore: update deps
2021-02-23 00:31:10 +08:00
root
:
true
,
chore: Extract lint config
2023-04-04 16:55:34 +08:00
extends
:
[
'@vben'
]
,
chore: 解决 ESLint no-undef 规则校验问题和 basicTable 组件的类型问题,替换popover组件的 visible 属性。 (#3033) * chore: 关闭eslint的no-undef规则校验 * chore(VFormDesign): 替换表单设计组件的modal是否可见属性 * chore(BasicTable): emit传参类型问题 * chore(Table): 调整函数参数类型 * chore: 调整expandedRowKeys数据类型 * chore(Table): 完善TableRowSelection接口类型 * chore(Table): 完善useRowSelection 文件的类型问题 * chore(useColumns): key赋值的类型问题 * chore(useDataSource): setTableData的类型问题 * chore: 替换rowKeys类型为 (string|number)[] * fix(edit-cell): 修复edit table Popover 传参问题 * fix(Table): handleItem函数进行绑定key dataIndex可能为数组,造成类型错误提示
2023-09-16 20:32:33 +08:00
rules
:
{
'no-undef'
:
'off'
,
}
,
chore: remove jest
2022-03-18 20:22:05 +08:00
}
;
Reference in New Issue
Copy Permalink