Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upsublime plugin and script tags in html #526
Comments
This comment has been minimized.
This comment has been minimized.
|
Yeah, I've run into this before too because I use Sublime Text. But this is really an issue for SublimeLinter-contrib-standard. Can you open this issue there? |
feross
closed this
May 19, 2016
lock
bot
locked as resolved and limited conversation to collaborators
May 10, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
ncrawlins commentedMay 19, 2016
If the script tag is indented, is there a way to get standard to not complain about the space before the closing script tag?
this will give the error for trailing spaces not allowed as well as no newline at and of file, but if I don't indent the closing script tag, it's fine, but my OCD hates having script tags nested in other tags not be indented.
is there a way to suppress that error without having to add an ignore rule to every script tag block?