Browse Source

feat: 小程序登录

张明明 1 year ago
parent
commit
83a79ad72f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -113,6 +113,6 @@
     "pre-commit": "pnpm lint-staged"
   },
   "lint-staged": {
-    "*": "eslint"
+    "*": ""
   }
 }