style constant

Severity const style

Style warning.

Used for general code cleanup recommendations. Fixing these will not fix any bugs but will make the code easier to maintain. For example: trailing comma, blank line before return, etc...

Implementation

static const style = Severity._('style');