Skip to content

A clean starter TS project with some handy features. Taken from blog posts by khalilstemmler.com

Notifications You must be signed in to change notification settings

dannymalgas/typescript-starter

Repository files navigation

Typescript Starter

Taken from blog posts by Khalil Stemmler

  1. How to Setup a TypeScript + Node.js Project
  2. How to use ESLint with TypeScript
  3. How to use Prettier with ESLint and TypeScript in VSCode
  4. Enforcing Coding Conventions with Husky Pre-commit Hooks

Further resources

  1. Awesome ESLint - ESLint plugins and configs.
  2. ESLint Rules - Rules in ESLint are grouped by type to help you understand their purpose.
  3. Prettier options - Prettier ships with a handful of format options.
  4. Enforcing Coding Conventions with Husky Pre-commit Hooks - learn how to setup Husky to prevent bad git commits and enforce code standards in your project.
  5. Why husky has dropped conventional JS config
  6. lint-staged - It runs the linter, but only against files that are staged (files that you're ready to push).

About

A clean starter TS project with some handy features. Taken from blog posts by khalilstemmler.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published