Ensures that a Component's tag does not use any of the given prefixes.
An array of "string"s which no Component tag will be allowed to use as a prefix.
{ "stencil/ban-prefix": ["error", ["stencil"]] }{ "stencil/ban-prefix": ["error", ["stencil", "st", "stnl"]] }{
"type": "array",
"items": {
"type": "string"
},
"minLength": 1,
"additionalProperties": false
}