kblincoe / VisualGit_SE701_2019_1

1 stars 0 forks source link

Add Auto Fix Parameter to Linter #237

Closed SamuelZheng11 closed 5 years ago

SamuelZheng11 commented 5 years ago

Related Issue/Keyword:

Closes #215 Linter Auto fix errors

Description:

Currently trival fixes are not fixed by the linter. This PR will allow/grant the linter the ability to fix trival lint errors such as '' used instead of ' and the variable is never redefined use const instead

Testing:

Steps for manual testing:

  1. run in the terminal of the root directory for visual git npm run lint
  2. you will see that the number of lint errors is drastically reduced

Checklist: