Template
1
0
mirror of https://github.com/un-pany/v3-admin-vite.git synced 2025-04-20 10:59:21 +08:00

chore: remove prettier

This commit is contained in:
pany 2024-11-19 15:04:14 +08:00
parent cefad64730
commit 727a3a4b60
5 changed files with 2 additions and 9 deletions

View File

@ -2,7 +2,6 @@
"recommendations": [
"editorconfig.editorconfig",
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"vue.volar",
"antfu.unocss",
"vitest.explorer",

View File

@ -43,8 +43,7 @@ China repository: [Gitee](https://gitee.com/un-pany/v3-admin-vite)
- **PNPM**Faster, disk space saving package management tool
- **Scss**Consistent with Element Plus
- **CSS variable**Mainly controls the layout and color of the item
- **ESlint**Code verification
- **Prettier** Code formatting
- **ESlint**Code verification, Code formatting
- **Axios**: Promise based HTTP client (encapsulated)
- **UnoCSS**: Real-time atomized CSS engine with high performance and flexibility
- **Mobile Compatible**: The layout is compatible with mobile page resolution

View File

@ -43,8 +43,7 @@ V3 Admin Vite 是一个免费开源的中后台管理系统基础解决方案,
- **PNPM**:更快速的,节省磁盘空间的包管理工具
- **Scss**:和 Element Plus 保持一致
- **CSS 变量**:主要控制项目的布局和颜色
- **ESlint**:代码校验
- **Prettier**:代码格式化
- **ESlint**:代码校验与格式化
- **Axios**:发送网络请求(已封装好)
- **UnoCSS**:具有高性能且极具灵活性的即时原子化 CSS 引擎
- **兼容移动端**: 布局兼容移动端页面分辨率

View File

@ -71,7 +71,6 @@
"husky": "9.1.6",
"jsdom": "25.0.1",
"lint-staged": "15.2.10",
"prettier": "3.3.3",
"sass": "1.78.0",
"typescript": "5.6.3",
"unocss": "0.64.1",

3
pnpm-lock.yaml generated
View File

@ -105,9 +105,6 @@ importers:
lint-staged:
specifier: 15.2.10
version: 15.2.10
prettier:
specifier: 3.3.3
version: 3.3.3
sass:
specifier: 1.78.0
version: 1.78.0