Commit ae436a40 authored by lanbaoming's avatar lanbaoming

2024-06-26提交

parent 403f7b36
...@@ -98,9 +98,12 @@ ...@@ -98,9 +98,12 @@
], ],
"license": "MIT", "license": "MIT",
"lint-staged": { "lint-staged": {
"src/**/*.{js,vue}": [ "**/*.{js,jsx,ts,tsx}": [
"eslint --fix", "npm run lint-staged:js",
"git add" "prettier --write"
],
"**/*.{less,md,json}": [
"prettier --write"
] ]
}, },
"husky": { "husky": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment