/ts-katas

Boilerplate with typescript, jest, eslint and prettier to write katas

Primary LanguageJavaScript

Typescript and Jest project ready for katas

Simply download repository and install dependencies with npm install

Tasks

  • npm t or npm test: Launch test in watch mode
  • npm start: Launch src/index.ts app
  • npm lint: Lint all Javascript and Typescript files
  • npm format: Format all files with Prettier

Recomended extensions for Visual Studio Code

ESLint (web)

Integrates ESLint into VS Code.

Prettier - Code formatter (web)

Prettier Formatter for Visual Studio Code

Error Lens (web)

ErrorLens turbo-charges language diagnostic features by making diagnostics stand out more prominently, highlighting the entire line wherever a diagnostic is generated by the language and also prints the message inline