UNPKG

stylelint-selector-no-utility

Version:

Stylelint rule that doesn't allow the styling of utility classes in CSS

14 lines (13 loc) 173 B
{ "extends": [ "plugin:github/recommended", "plugin:github/es6" ], "env": { "es6": true, "node": true }, "rules": { "no-console": "warn" } }