Stuk / eslint-plugin-header

ESLint plugin to ensure that files begin with given comment
MIT License
71 stars 36 forks source link

Don't fix missing header if no template provided #34

Closed amacneil closed 2 years ago

amacneil commented 3 years ago

Currently it inserts a dumb comment like:

//[object Object]

if no template is provided. I added a couple of test cases to validate correct handling.

amacneil commented 2 years ago

Closing due to non response. We ended up writing our own plugin to handle license headers.