chore: disables rules for specific parts of code
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 30s

This commit is contained in:
eugene 2024-10-25 14:15:12 +03:00
parent 38cd88fd86
commit 69f67fc812
2 changed files with 2 additions and 0 deletions

View File

@ -353,6 +353,7 @@ export const VerifyPage = () => {
}
upgradeT(timestamps)
}
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [timestamps, submittedBy, parsedSignatureEvents])
useEffect(() => {

View File

@ -1,3 +1,4 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
interface OpenTimestamps {
// Create a detached timestamp file from a buffer or file hash
DetachedTimestampFile: {