Tasks are splitted to folders by module.
To run task:
- execute
npm install
- execute
npm run hw<module number>task<task number>
, e.g.npm run hw1task1
. If there is no task number then the format ishw<module_number>
, e.g.npm run hw4
To check for lint errors in HW2 execute npm run lint-hw2
To check for lint errors in the whole project & fix them execute npm run lint-fix