chore: disables rules for specific parts of code
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 30s
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 30s
This commit is contained in:
parent
38cd88fd86
commit
69f67fc812
@ -353,6 +353,7 @@ export const VerifyPage = () => {
|
|||||||
}
|
}
|
||||||
upgradeT(timestamps)
|
upgradeT(timestamps)
|
||||||
}
|
}
|
||||||
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||||
}, [timestamps, submittedBy, parsedSignatureEvents])
|
}, [timestamps, submittedBy, parsedSignatureEvents])
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
|
1
src/types/opentimestamps.d.ts
vendored
1
src/types/opentimestamps.d.ts
vendored
@ -1,3 +1,4 @@
|
|||||||
|
/* eslint-disable @typescript-eslint/no-explicit-any */
|
||||||
interface OpenTimestamps {
|
interface OpenTimestamps {
|
||||||
// Create a detached timestamp file from a buffer or file hash
|
// Create a detached timestamp file from a buffer or file hash
|
||||||
DetachedTimestampFile: {
|
DetachedTimestampFile: {
|
||||||
|
Loading…
Reference in New Issue
Block a user