- Enforce a maximum number of line of code in a function
This rule enforces a maximum number of lines per function, in order to aid in maintainability and reduce complexity.
Ignores lines made up purely of whitespace.
Ignores lines containing just comments.
Includes any code included in IIFEs.
Specifies a maximum number of lines in a function.
You can check them out here.