[fix] lint error
This commit is contained in:
@@ -47,6 +47,7 @@
|
||||
"@typescript-eslint/no-unsafe-return": "off",
|
||||
"@typescript-eslint/no-unsafe-call": "off",
|
||||
"@typescript-eslint/prefer-nullish-coalescing": "off",
|
||||
"@typescript-eslint/no-unsafe-member-access": "warn"
|
||||
"@typescript-eslint/no-unsafe-member-access": "warn",
|
||||
"jsx-a11y/click-events-have-key-events": "off"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user