A pre-configured, configurable template that includes ESLint and Prettier
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.
- Create your own repo by clicking the green
Use this templatebutton beside theClone or download. - Clone your own repo that Github created for you.
- Start hacking!
- 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.
Special thanks to Robert Cooper for his ESLint and Prettier Setup Guide
