mirror of
https://github.com/Xahau/xahau.js.git
synced 2026-08-18 22:22:53 +00:00
disable max-lines worning
This commit is contained in:
@@ -327,6 +327,7 @@ export function validate(transaction: Record<string, unknown>): void {
|
||||
|
||||
default:
|
||||
throw new ValidationError(
|
||||
// eslint-disable-next-line max-lines -- allowed here
|
||||
`Invalid field TransactionType: ${tx.TransactionType}`,
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user