Esri / solutions-erg-widget

The Emergency Response Guide (ERG) widget allows users to determine potential hazards based on the type of chemical spill and user-selected location on the map.
Apache License 2.0
6 stars 4 forks source link

Run jshint automated code review on widget code #69

Closed adgiles closed 6 years ago

adgiles commented 6 years ago

Run jshint code review on widget code

Before we put code into devtopia we have to run jshint under the root directory to automate code review and then fix the discrepancies that are found. This is step 3 from the Web AppBuilder Contribution Workflow.

3. Run the jshint under the root directory to automate code review. You can use ‘npm install jshint@v2.3.3 –g’ to install the jshint.

Discrepancies that are found will need fixed and once that is finished and those changes are merged, this repo can be put in to devtopia.

adgiles commented 6 years ago

Addressed in PR #70, Fix issues after running jshint validation