Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ dist
.hbuilderx

.stylelintcache
.eslintcache

# lock 文件还是不要了,我主要的版本写死就好了
# pnpm-lock.yaml
Expand All @@ -36,3 +37,4 @@ dist

# 更新 uni-app 官方版本
# npx @dcloudio/uvm@latest

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"prettier --write"
],
"**/*.{vue,js,ts,jsx,tsx}": [
"eslint --fix"
"eslint --cache --fix"
],
"**/*.{vue,css,scss,html}": [
"stylelint --fix"
Expand Down
Loading