Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.41 KB

README.md

File metadata and controls

17 lines (13 loc) · 1.41 KB

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).