Skip to content

Commit

Permalink
fix a lint ignore error
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad-Altabba committed Nov 21, 2024
1 parent 4c55d98 commit 7109fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web3-eth-accounts/src/tx/transactionFactory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const extraTxTypes: Map<Numbers, typeof BaseTransaction<unknown>> = new Map();
// eslint-disable-next-line @typescript-eslint/no-extraneous-class
export class TransactionFactory {
// It is not possible to instantiate a TransactionFactory object.
// eslint-disable-next-line no-useless-constructor, no-empty-function
// eslint-disable-next-line no-useless-constructor, @typescript-eslint/no-empty-function
private constructor() {}

public static typeToInt(txType: Numbers) {
Expand Down

0 comments on commit 7109fb2

Please sign in to comment.