Skip to content

alevosia/typescript-project-template

Repository files navigation

TypeScript
Project Template

A pre-configured, configurable template that includes ESLint and Prettier

Description

This template configures ESLint as both the linter and formatter.
However, code that doesn't follow the Prettier configuration will appear as ESLint errors and will be fixed by ESLint.

Feel free to configure .prettierrc based on your preferences.

How To Use

  1. Create your own repo by clicking the green Use this template button beside the Clone or download.
  2. Clone your own repo that Github created for you.
  3. Start hacking!

Dependencies

  • typescript
  • eslint
  • prettier
  • @typescript-eslint/eslint-plugin
  • @typescript-eslint/parser
  • eslint-config-prettier
  • eslint-plugin-prettier

Details on how the eslint and prettier packages are used are found on .eslintrc.

Acknowledgement

Special thanks to Robert Cooper for his ESLint and Prettier Setup Guide

About

A pre-configured, configurable TypeScript project (node) template that includes ESLint and Prettier

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors