Skip to content

Commit

Permalink
fix: remove unnecessary eslint-disable-line
Browse files Browse the repository at this point in the history
  • Loading branch information
dcroote committed Jan 28, 2024
1 parent 78d27d8 commit ff0df4e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/fair-houses-compare.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@api3/airnode-protocol': patch
---

Remove unnecessary eslint-disable-line
5 changes: 1 addition & 4 deletions packages/airnode-protocol/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,6 @@ export {
FailedRequestEvent,
RequestedWithdrawalEvent,
FulfilledWithdrawalEvent,
} from './contracts/rrp/AirnodeRrpV0'; // eslint-disable-line import/no-unresolved
// NOTE: there seems to be an issue with eslint-plugin-import
// not being able to find the above files. Hopefully a future version (> 2.26.0)
// fixes this. https://github.com/api3dao/airnode/pull/1004#issuecomment-1096152730
} from './contracts/rrp/AirnodeRrpV0';

export { TypedEventFilter } from './contracts/common';

0 comments on commit ff0df4e

Please sign in to comment.