We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The other plugin I used to use could let me enforce this, always have one carriage return after the header before the first line of code. Can this?
The text was updated successfully, but these errors were encountered:
Feel free to add! I've been pretty busy on other projects lately, but I'd be happy to accept a PR 😄
Also, I haven't tested and don't really remember, but can you add a trailing new line to the header config?
Sorry, something went wrong.
I tried, doing a "\n" and it doesn't seem to take it. Here is how they did it:
function getEOL(options) {
https://github.com/Stuk/eslint-plugin-header/tree/63f18ce725edb23a2d274b234df7f12ff0b7f009?tab=readme-ov-file#3-arguments
They have an explicit third argument for how many newlines are desired to enforce.
https://github.com/Stuk/eslint-plugin-header/blob/63f18ce725edb23a2d274b234df7f12ff0b7f009/lib/rules/header.js#L214
No branches or pull requests
The other plugin I used to use could let me enforce this, always have one carriage return after the header before the first line of code. Can this?
The text was updated successfully, but these errors were encountered: