Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ileostar committed Feb 23, 2024
1 parent aeaa480 commit 54ba49c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ pnpm dev
├── package.json // 项目依赖配置文件
├── shims.d.ts // 声明文件
├── README.md // 项目说明文件
├── tsconfig.ts // TS配置文件
├── tsconfig.node.ts // TS-Node配置文件
├── tsconfig.json // TS配置文件
├── tsconfig.node.json // TS-Node配置文件
├── uno.config.ts // ESLint配置文件
└── vite.config.ts // Vite项目配置文件
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"commit": "git add . && git-cz",
"push": "git push",
"prepare": "husky install",
"lint": "eslint .",
"lint": "eslint . --fix",
"fix": "eslint src/**/*.* --fix",
"style": "stylelint \"src/**/*.(vue|scss|css)\" --fix",
"up": "taze major -I"
Expand Down

0 comments on commit 54ba49c

Please sign in to comment.