A module is made up of more than a configurable number of lines.
The larger a module becomes the more complex it becomes, it also indicates that it may have too many different responsibilities.
Extract code out into smaller modules.
{
"maxLinesInModule": {
"enabled": false,
"config": {
"maxLines": 1000
}
}
}