stylelint-selector-custom-tag-pattern

stylelint plagin to specify a pattern for custom tag selectors

Usage no npm install needed!

<script type="module">
  import stylelintSelectorCustomTagPattern from 'https://cdn.skypack.dev/stylelint-selector-custom-tag-pattern';
</script>

README

stylelint-selector-custom-tag-pattern

stylelint plagin to specify a pattern for custom tag selectors

yarn add -D stylelint-selector-custom-tag-pattern

.stylelintrc

{
  "plugins": [
    "stylelint-selector-custom-tag-pattern"
  ],
  "rules": {
    "plugin/selector-custom-tag-pattern": "^app-prefix-.+quot;
  }
}