mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2025-03-04 11:47:34 +00:00
fix(fix build): add ts-ignore
This commit is contained in:
parent
5711023371
commit
8454395143
@ -11,6 +11,8 @@ extend('mustBeUrl', (value: string): boolean => {
|
||||
|
||||
extend('bothPasswordsSame', {
|
||||
params: ['target'],
|
||||
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
||||
// @ts-ignore
|
||||
validate(value, { target }) {
|
||||
return value === target;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user