Skip to content

Commit

Permalink
refactor: rename lint-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Topology2333 committed Mar 8, 2024
1 parent f637d12 commit 8648d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"build:quickapp-webview-huawei": "uni build -p quickapp-webview-huawei",
"build:quickapp-webview-union": "uni build -p quickapp-webview-union",
"lint": "eslint --ext .js,.vue src --max-warnings 0",
"lint-windows": "eslint --ext .js,.vue src --max-warnings 0 --fix",
"lint-fix": "eslint --ext .js,.vue src --max-warnings 0 --fix",
"build-dev:h5": "uni build -m development"
},
"dependencies": {
Expand Down

0 comments on commit 8648d54

Please sign in to comment.