Let's say I have a file with an existing comment: ``` // log 1 console.log(1); ``` Is there a way I can prevent eslint-plugin-header from removing the existing comment, and prepend the header template instead?