A Node.js project template with:
- TypeScript 4.3
 - ESLint with Airbnb's config
 - Prettier with ESLint auto format support
 - EditorConfig to maintain consistent coding styles for multiple developers
 - Some basic configs to these tools to provide better coding experience
 - VS Code's ESLint plugin's auto fix enabled
 
Remember to modify package.json's name field to your own project name.