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
Using version 1.10.2.
Having the following code, I expect those empty lines throw an error which they don't.
.close { cursor: pointer; }
The rule no-trailing-whitespace mostly used for preventing an empty line, doesn't work here. It should rather be "no-newline".
no-trailing-whitespace
Is there a solution for that with the current ruleset, or is there a need for a new rule?
The text was updated successfully, but these errors were encountered:
This looks like a duplicate of #1073
Sorry, something went wrong.
no-excessive-empty-lines
No branches or pull requests
Using version 1.10.2.
Having the following code, I expect those empty lines throw an error which they don't.
The rule
no-trailing-whitespace
mostly used for preventing an empty line, doesn't work here. It should rather be "no-newline".Is there a solution for that with the current ruleset, or is there a need for a new rule?
The text was updated successfully, but these errors were encountered: