rmurphey / js-assessment

A test-driven approach to assessing JS skills
5.15k stars 2.05k forks source link

JSHint fixes. #137

Closed munsellj closed 8 years ago

munsellj commented 9 years ago

Updated grunt-contrib-jshint to latest version to get latest version of jshint(supports mocha environment and multiple .jshintrc and config extension).

Updated jshint configs to prevent errors for unit test source files and be more strict about when unit test syntax and globals are allowed.

Updated unit test files to set required answers as a local variable to remove dependency on using "predef" property in .jshintrc and manually mantaining list.

rmurphey commented 8 years ago

Closing this, as the project is no longer using jshint.