This rule checks for usage of stylelint-disable tags.
stylelint-disable
/* stylelint-disable no-browser-hacks */ h1 { _color: green; } ...