The code contains too many class names that do not begin with an uppercase letter
Read more
Prefer to use an expression body for functions whose body consists of a single expression
Read more
Avoid abstract classes without abstract or concrete methods
Read more
Use short variable declarations (:=) for variables with default values
Read more
Avoid ‘switch’ with too many ‘case’ statements
Read more
Variables should be declared with ‘let’ or ‘const’
Read more