# test-cicd **Repository Path**: qianduan365/test-cicd ## Basic Information - **Project Name**: test-cicd - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-06 - **Last Updated**: 2024-11-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

Vite + React + TypeScript + Eslint + Prettier Template ⚡

Create a new project with Vite, React JS, TypeScript, Eslint, Prettier in just 1 second and you don't need to setup anything. #### **Vercel Deploy: https://vite-react-ts-eslint-prettier.vercel.app** ![image](https://user-images.githubusercontent.com/70432453/170648662-2ff424b9-74e9-4754-a04d-512fe1496a3b.png) ## **Some Features 📋** Alias Import ![image](https://user-images.githubusercontent.com/70432453/170644457-ede03cca-44e9-4543-94d3-412c9d317063.png) Hook Warning ![image](https://user-images.githubusercontent.com/70432453/170638708-23a20ffd-156e-494a-84be-b1e1cfdb5c93.png) Prettier Warning ![image](https://user-images.githubusercontent.com/70432453/170639043-24423ed1-73cc-4730-b270-2acea1ae0c74.png) Etc... ## **Using 📦** 1. Clone Template ``` git clone https://github.com/igdev116/vite-react-ts-eslint-prettier.git ``` 2. Install Packages ``` yarn install ``` 3. Start Project ``` yarn dev ``` 4. If you using git, delete the existing folder .git after cloning (open `git bash` or other terminal) ``` rm -rf .git ``` ## **Options ✍️** 1. Check lint ``` yarn lint ``` 2. Fix lint ``` yarn lint:fix ``` 3. Check prettier ``` yarn prettier ``` 4. Fix prettier ``` yarn prettier:fix ``` 5. Fix lint and prettier ``` yarn format ```