Starter for (ScriptJedi42)[https://sj42.programmingmentor.com/] Course Check and fix JS style errors automatically Step 0: Fork (clone) repo git clone https://github.com/koldovsky/sj42-starter Step 1: Install dependencies npm i Step 2: Run check npx eslint day-01.js Step 3: Run fix npx eslint day-01.js --fix