You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm putting: // @stylint off at the top of some of my files, and they're still being linted. Those files are also wrapped in @css { ... } but that seems to be ignored as well.
The text was updated successfully, but these errors were encountered:
The files in having difficulties with are just jQuery UI CSS files, wrapped in @css. That didn't work to bypass stylint, so I added // @stylint off on the first line, which didn't work either.
I'm putting:
// @stylint off
at the top of some of my files, and they're still being linted. Those files are also wrapped in@css { ... }
but that seems to be ignored as well.The text was updated successfully, but these errors were encountered: