Ensures that a Component's tag use any of the given prefixes.
An array of "string"s which Component tag will be use as a prefix.
{ "stencil/required-prefix": ["error", ["app"]] }{
"type": "array",
"items": {
"type": "string"
},
"minLength": 1
}