CMU-17313Q / fall23-nodebb-just-relax

fall23-nodebb-just-relax created by GitHub Classroom
GNU General Public License v3.0
0 stars 2 forks source link

Add JSHint to NodeBB #76

Open Skultrix opened 11 months ago

Skultrix commented 11 months ago

This PR adds JSHint, a static analysis tool that detects errors and potential problems in JavaScript code, to the repository. This involved modifying node_modules to house the source folder for JSHint, and adjusting package.json under install/ to account for this addition. In addition, the .gitignore file was modified to allow commit staging from node_modules/jshint.

This PR resolves issue #74

The following images showcases the version of JSHint and a demo of JSHint running on a sample js file: se_pic1

se_pic2