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

Commit ee6e90d

Browse files
committed
Update jsdoc/no-multi-asterisks
1 parent 193593a commit ee6e90d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rules/jsdoc/no-multi-asterisks.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import type { RuleConfig } from '../rule-config';
44
* Option.
55
*/
66
export interface NoMultiAsterisksOption {
7+
allowWhitespace?: boolean;
78
preventAtEnd?: boolean;
89
preventAtMiddleLines?: boolean;
910
[k: string]: any;

0 commit comments

Comments
 (0)