Resolve "Frontend - Platform - Implement Angular Linting"
To Test
- cd to the correct directory,
cd platform
- will need to re-install new deps
npm ci
- run
npm run lint
- which should pass
- intentionally go against some rules, check error is thrown when running
npm run lint
- add a space between brackets
- no new line at end of file
- no trailing comma
- etc.
Closes #6 (closed)
Edited by Liam Mcmanus