Allows a maximum number of Components to be placed in a single file
This rule requires a single argument – a "number"
representing the maximum number of @Component() decorated classes allowed in a single file.
{ "components-per-file": [true, 1] }
{
"type": "array",
"items": {
"type": "number"
},
"minLength": 1,
"maxLength": 1
}