Make PhpStorm ignore "errors" in HTML
I've knocked together a tool for working on HTML email code, which uses Gulp to replace tags with CSS, and I need to get PhpStorm to ignore things like this:
Is that possible?
Thanks!
Please sign in to leave a comment.
The error comes from the parser and not from an inspection, so it can't be disabled.