Parcourir la source

feat(App): 添加测试函数

添加了一个用于测试提交文件的函数a,包含console.log输出
zhangtao il y a 13 heures
Parent
commit
a0d9739adf
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      package.json

+ 1 - 1
package.json

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