eslint-plugin-header
eslint-plugin-header copied to clipboard
Prevent it from eating existing header comments
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?