Skip to content

Commit b21c23d

Browse files
committed
Fix eslint directive for empty interface in CallEntityOptions
1 parent f4e45fc commit b21c23d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/durabletask-js/src/entities/signal-entity-options.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export interface SignalEntityOptions {
2424
* Keeping this interface so we can ship with options in the API
2525
* and add properties later without breaking changes.
2626
*/
27-
// eslint-disable-next-line @typescript-eslint/no-empty-interface
27+
// eslint-disable-next-line @typescript-eslint/no-empty-object-type
2828
export interface CallEntityOptions {
2929
// No call options at the moment. Keeping this interface so we can ship with options in the API.
3030
// This will allow us to easily add them later without adjusting API surface.

0 commit comments

Comments
 (0)