yinbangzhong
2024-08-06 7b8ce4e0ab61b855dc2453ae23011c2c9abfe44d
package.json
@@ -16,17 +16,15 @@
  },
  "lint-staged": {
    "*.{js,ts,jsx,tsx}": [
      "prettier --write",
      "eslint --fix"
    ],
    "*.vue": [
      "stylelint --fix",
      "prettier --write",
      "eslint --fix"
    ],
    "*.{less,css}": [
      "stylelint --fix",
      "prettier --write"
    ]
  },
  "pnpm": {