...

/

Exercise: Use Grunt!

Exercise: Use Grunt!

Try linting some code using Grunt!

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.” ( ...