Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
aedart committed Apr 12, 2024
1 parent 4a80958 commit 266900d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/support/src/facades/Facade.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default abstract class Facade
* @protected
* @static
*/
protected static type: any;
protected static type: any; /* eslint-disable-line @typescript-eslint/no-explicit-any */

/**
* Resolved instances
Expand Down

0 comments on commit 266900d

Please sign in to comment.