/vite-react-typescript-eslint-prettier

A boilerplate for Vite, React, TypeScript, ESLint, Prettier and Vitest.

Primary LanguageTypeScript

Vite + React + TypeScript + ESLint + Prettier + Vitest

A boilerplate based on Vite, React, TypeScript, ESLint, Prettier, and Vitest.

Find more...

Get started

  1. Clone this repo.
  2. Install all dependencies. (uses pnpm as default, you can use others package managers likes npm or yarn)
  3. If you like this boilerplate, don't forget to give a star! 🌟 (the original autor, not me, Paco Ferre)

Visual Studio Code needed plugins

  • ESLint (by Microsoft)
  • Prettier (by Prettier)
  • SonarLint (by SonarSource)

Visual Studio Code recommended settings

  • Editor - Default formatter: Prettier
  • Editor - Format on Save: Yes
  • Editor - Format on Paste: Yes (maybe)