Linting
the following scripts were added:
-
npm run eslint
will check for lint errors (since i have not specified any custom lint rules the react:recommended rules from create-react-app will apply) -
npm run type-check
will check for any type-error -
npm run prettier
will check for formating issues -
npm run prettier:write
will autoformat all files