polish-banned-selectors

Polish plugin to ban a list of selectors.

Usage no npm install needed!

<script type="module">
  import polishBannedSelectors from 'https://cdn.skypack.dev/polish-banned-selectors';
</script>

README

polish-banned-selectors

Polish plugin to ban a list of selectors.

Build Status

Installation

npm install polish-banned-selectors

Configuration

[
  {
    module: 'polish-banned-selectors',
    severity: 2,
    selectors: [
      '.an', '.array', '#of', '.banned', '#selectors'
    ]
  }
]