Skip to content

This repo contains my solutions for some TypeScript katas submitted in Codewars.

Notifications You must be signed in to change notification settings

borisskert/typescript-katas

Repository files navigation

TypeScript katas

This repo contains my solutions for some TypeScript katas submitted in Codewars.

Run tests

npm ci
npm test

Run ESLint stylecheck/linting

npm ci
npm run lint

Fix style automatically

npm run stylefix

pre-commit hooks

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.