Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 711 Bytes

File metadata and controls

16 lines (14 loc) · 711 Bytes

Template | Project React + TypeScript

Features

  • 🔥 Vite + SWC
  • ⚛️ React 18
  • ⛑ TypeScript
  • 📏 ESLint — Find and fix problems in your code
  • 💖 Prettier — Code Formatter for consistent style
  • 🐶 Husky — For running scripts before committing
  • 🚓 Commitlint — Make sure your commit messages follow the convention
  • 🚫 lint-staged — To run ESLint and Prettier against staged Git files
  • 👷 PR Workflow — Run Type Check & Linters on all Pull Requests
  • ⚙️ EditorConfig - Maintain consistent coding styles across editors and IDEs