Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 597 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 597 Bytes

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.