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
Basically it would be cool if we could comment out code without capitalized-comments erroring out.
capitalized-comments
This would require us to ignore language statements, such as import, function, var, let, const, etc
import, function, var, let, const
The text was updated successfully, but these errors were encountered:
acostalima
No branches or pull requests
Basically it would be cool if we could comment out code without
capitalized-comments
erroring out.This would require us to ignore language statements, such as
import, function, var, let, const
, etcThe text was updated successfully, but these errors were encountered: