Skip to content

Commit

Permalink
Add the missing 'none' comment style (#1124)
Browse files Browse the repository at this point in the history
  • Loading branch information
roydukkey committed May 23, 2022
1 parent 3042aba commit 3277892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.d.ts
Expand Up @@ -60,7 +60,7 @@ export interface Person {
/**
* @see {@link https://github.com/mjeanroy/rollup-plugin-license#comment-style}
*/
export type CommentStyle = 'regular' | 'ignored' | 'slash';
export type CommentStyle = 'regular' | 'ignored' | 'slash' | 'none';

/**
* Banner content descriptor.
Expand Down

0 comments on commit 3277892

Please sign in to comment.