Exercise: Use Grunt!
Try linting some code using Grunt!
We'll cover the following...
Problem statement
A linting program is used to flag anything that may be wrong with a piece of code. More formally, “lint, or a linter, is a static code analysis tool used to flag programming errors, bugs, stylistic errors, and suspicious constructs.” ( ...