2024-06-26提交
Showing
... | ... | @@ -98,9 +98,12 @@ |
], | ||
"license": "MIT", | ||
"lint-staged": { | ||
"src/**/*.{js,vue}": [ | ||
"eslint --fix", | ||
"git add" | ||
"**/*.{js,jsx,ts,tsx}": [ | ||
"npm run lint-staged:js", | ||
"prettier --write" | ||
], | ||
"**/*.{less,md,json}": [ | ||
"prettier --write" | ||
] | ||
}, | ||
"husky": { | ||
... | ... |
Please register or sign in to comment