This repo contains my solutions for some TypeScript katas submitted in Codewars.
npm ci
npm test
Run ESLint stylecheck/linting
npm ci
npm run lint
npm run stylefix
Pro-tip: Use pre-commit for this project.
$ pre-commit install
pre-commit installed at .git/hooks/pre-commit
Please do not re-submit my solutions.