Skip to content

Commit

Permalink
fix linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
mvadari committed Feb 18, 2025
1 parent fa25caf commit ecf26e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions packages/xrpl/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ module.exports = {
'@typescript-eslint/no-unsafe-assignment': 'off',
'@typescript-eslint/no-unsafe-call': 'off',
'@typescript-eslint/consistent-type-assertions': 'off',
'@typescript-eslint/no-unsafe-return': 'off',

// We need to mess with internal things to generate certain testing situations
'@typescript-eslint/no-unsafe-member-access': 'off',
Expand Down
1 change: 0 additions & 1 deletion packages/xrpl/test/models/accountSet.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { validateAccountSet } from '../../src/models/transactions/accountSet'
import { isNumberWithBounds } from '../../src/models/transactions/common'
import { assertTxIsValid, assertTxValidationError } from '../testUtils'

const assertValid = (tx: any): void => assertTxIsValid(tx, validateAccountSet)
Expand Down

0 comments on commit ecf26e4

Please sign in to comment.