Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit 4aaf394

Browse files
committed
Update vue rules
1 parent 6edc0b3 commit 4aaf394

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/rules/vue/no-unused-properties.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ export interface NoUnusedPropertiesOption {
1414
)[];
1515
deepData?: boolean;
1616
ignorePublicMembers?: boolean;
17+
unreferencedOptions?: (
18+
| 'unknownMemberAsUnreferenced'
19+
| 'returnAsUnreferenced'
20+
)[];
1721
}
1822

1923
/**

0 commit comments

Comments
 (0)