- Download files via the zip file or using git
- To install dependencies:
npm install
- To create a symlink for the command:
npm link
npx prettier --write
Please run ESLint command on changed files before submitting any code by using the following command: `npx eslint {files/directory changed}` Prettier and ESLint both have extensions available on visual studio code feel free to use them as the project's config files will be picked up on.https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint
Test are written in the /test folder. Test are written in jest please do not use another framework. Please write test in one describe block for each function. Check test coverage command: `npm run coverage` Run jest test: `npm run test`