Skip to content

Commit 79b5397

Browse files
authored
fix(esign): restore eslint-disable for unused SuperDoc type import (#2695)
1 parent dea8cd5 commit 79b5397

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/esign/src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { SuperDoc } from 'superdoc';
1+
import type { SuperDoc } from 'superdoc'; // eslint-disable-line
22

33
export type FieldValue = string | boolean | number | null | undefined;
44
export type TableFieldValue = string[][];

0 commit comments

Comments
 (0)