Reduce smelling code and detect JavaScript issues with ESLint
Problem statement: Smelling Code Have you ever had to fix an error in someone else's code - but you had to reformat the code to even understand it? Incorrectly placed spaces, non-standard line breaks, inconsistent style for curly braces, etc. ...