Skip to content

Commit 3277892

Browse files
authoredMay 23, 2022
Add the missing 'none' comment style (#1124)
1 parent 3042aba commit 3277892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export interface Person {
6060
/**
6161
* @see {@link https://github.com/mjeanroy/rollup-plugin-license#comment-style}
6262
*/
63-
export type CommentStyle = 'regular' | 'ignored' | 'slash';
63+
export type CommentStyle = 'regular' | 'ignored' | 'slash' | 'none';
6464

6565
/**
6666
* Banner content descriptor.

0 commit comments

Comments
 (0)
Please sign in to comment.