This rule checks for usage of stylelint-enable tags.

Noncompliant Code Example

...
h1 {
  _color: green;
}
/* stylelint-enable no-browser-hacks */