chore: remove prettier
This commit is contained in:
parent
cefad64730
commit
727a3a4b60
1
.vscode/extensions.json
vendored
1
.vscode/extensions.json
vendored
@ -2,7 +2,6 @@
|
|||||||
"recommendations": [
|
"recommendations": [
|
||||||
"editorconfig.editorconfig",
|
"editorconfig.editorconfig",
|
||||||
"dbaeumer.vscode-eslint",
|
"dbaeumer.vscode-eslint",
|
||||||
"esbenp.prettier-vscode",
|
|
||||||
"vue.volar",
|
"vue.volar",
|
||||||
"antfu.unocss",
|
"antfu.unocss",
|
||||||
"vitest.explorer",
|
"vitest.explorer",
|
||||||
|
@ -43,8 +43,7 @@ China repository: [Gitee](https://gitee.com/un-pany/v3-admin-vite)
|
|||||||
- **PNPM**:Faster, disk space saving package management tool
|
- **PNPM**:Faster, disk space saving package management tool
|
||||||
- **Scss**:Consistent with Element Plus
|
- **Scss**:Consistent with Element Plus
|
||||||
- **CSS variable**:Mainly controls the layout and color of the item
|
- **CSS variable**:Mainly controls the layout and color of the item
|
||||||
- **ESlint**:Code verification
|
- **ESlint**:Code verification, Code formatting
|
||||||
- **Prettier**: Code formatting
|
|
||||||
- **Axios**: Promise based HTTP client (encapsulated)
|
- **Axios**: Promise based HTTP client (encapsulated)
|
||||||
- **UnoCSS**: Real-time atomized CSS engine with high performance and flexibility
|
- **UnoCSS**: Real-time atomized CSS engine with high performance and flexibility
|
||||||
- **Mobile Compatible**: The layout is compatible with mobile page resolution
|
- **Mobile Compatible**: The layout is compatible with mobile page resolution
|
||||||
|
@ -43,8 +43,7 @@ V3 Admin Vite 是一个免费开源的中后台管理系统基础解决方案,
|
|||||||
- **PNPM**:更快速的,节省磁盘空间的包管理工具
|
- **PNPM**:更快速的,节省磁盘空间的包管理工具
|
||||||
- **Scss**:和 Element Plus 保持一致
|
- **Scss**:和 Element Plus 保持一致
|
||||||
- **CSS 变量**:主要控制项目的布局和颜色
|
- **CSS 变量**:主要控制项目的布局和颜色
|
||||||
- **ESlint**:代码校验
|
- **ESlint**:代码校验与格式化
|
||||||
- **Prettier**:代码格式化
|
|
||||||
- **Axios**:发送网络请求(已封装好)
|
- **Axios**:发送网络请求(已封装好)
|
||||||
- **UnoCSS**:具有高性能且极具灵活性的即时原子化 CSS 引擎
|
- **UnoCSS**:具有高性能且极具灵活性的即时原子化 CSS 引擎
|
||||||
- **兼容移动端**: 布局兼容移动端页面分辨率
|
- **兼容移动端**: 布局兼容移动端页面分辨率
|
||||||
|
@ -71,7 +71,6 @@
|
|||||||
"husky": "9.1.6",
|
"husky": "9.1.6",
|
||||||
"jsdom": "25.0.1",
|
"jsdom": "25.0.1",
|
||||||
"lint-staged": "15.2.10",
|
"lint-staged": "15.2.10",
|
||||||
"prettier": "3.3.3",
|
|
||||||
"sass": "1.78.0",
|
"sass": "1.78.0",
|
||||||
"typescript": "5.6.3",
|
"typescript": "5.6.3",
|
||||||
"unocss": "0.64.1",
|
"unocss": "0.64.1",
|
||||||
|
3
pnpm-lock.yaml
generated
3
pnpm-lock.yaml
generated
@ -105,9 +105,6 @@ importers:
|
|||||||
lint-staged:
|
lint-staged:
|
||||||
specifier: 15.2.10
|
specifier: 15.2.10
|
||||||
version: 15.2.10
|
version: 15.2.10
|
||||||
prettier:
|
|
||||||
specifier: 3.3.3
|
|
||||||
version: 3.3.3
|
|
||||||
sass:
|
sass:
|
||||||
specifier: 1.78.0
|
specifier: 1.78.0
|
||||||
version: 1.78.0
|
version: 1.78.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user