Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 810 Bytes

README.md

File metadata and controls

44 lines (32 loc) · 810 Bytes

interview-exercices CI

Project created by Henrique Elias to study algorithms using JS.

Technologies

  • Javascript
  • JEST
  • Github Actions(CI/CD)
  • IDE Integration(vscode)
  • ESLINT
  • Prettier
  • Babel

Project Setup

  • Install dependencies
npm i
  • Running Tests
npm run test
  • Running ESLINT
npm run lint
  • Running Prettier
npm run prettier

Exercices

2022 @ By Henrique Elias