[fix] lint errors by disable related checking
This commit is contained in:
@@ -51,6 +51,9 @@
|
||||
"@typescript-eslint/no-unsafe-member-access": "warn",
|
||||
"@typescript-eslint/no-non-null-assertion": "off",
|
||||
"@typescript-eslint/no-unused-vars": "warn",
|
||||
"jsx-a11y/click-events-have-key-events": "off"
|
||||
"jsx-a11y/click-events-have-key-events": "off",
|
||||
"@typescript-eslint/no-unsafe-assignment": "warn",
|
||||
"@typescript-eslint/no-explicit-any": "warn",
|
||||
"@typescript-eslint/no-base-to-string": "warn"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user