eslint-plugin-header icon indicating copy to clipboard operation
eslint-plugin-header copied to clipboard

Prevent it from eating existing header comments

Open amacneil opened this issue 4 years ago • 0 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?

amacneil avatar Feb 25 '21 08:02 amacneil