We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3042aba commit 3277892Copy full SHA for 3277892
src/index.d.ts
@@ -60,7 +60,7 @@ export interface Person {
60
/**
61
* @see {@link https://github.com/mjeanroy/rollup-plugin-license#comment-style}
62
*/
63
-export type CommentStyle = 'regular' | 'ignored' | 'slash';
+export type CommentStyle = 'regular' | 'ignored' | 'slash' | 'none';
64
65
66
* Banner content descriptor.
0 commit comments