Fix errors found by linter
renonick87 opened this issue · 0 comments
renonick87 commented
Bug Report
With the addition of the linter being added to the build process, the build needs to be run twice for the server to start due to existing errors found by the linter.
Reproduction Steps
- Run the linter with
npm run lint
Expected Behavior
The console should print out:
DONE No lint errors found!
Observed Behavior
Instead it reads:
74 errors found.