Rule: pipe-prefix
Enforce consistent prefix for pipes.
Rationale
Consistent conventions make it easy to quickly identify and reference assets of different types.
Notes:
TS Only
Config
- The list of arguments are supported prefixes (given as strings).
Examples
"pipe-prefix": [true, "myPrefix"]
"pipe-prefix": [true, "myPrefix", "myOtherPrefix"]
Schema
{
"items": [
{
"type": "string"
}
],
"minLength": 1,
"type": "array"
}