An enum is made up of more than a configurable number of lines.
The larger a enum becomes the more complex it becomes, it also indicates that all the items may not be related.
Extract code out into smaller enums.
{
"maxLinesInEnum": {
"enabled": false,
"config": {
"maxLines": 500
}
}
}