This commit is contained in:
yuanzbz 2023-12-22 16:01:05 +08:00
parent 8113b0b11e
commit c9f6fe57fb
1 changed files with 1 additions and 1 deletions

View File

@ -96,6 +96,6 @@
}
},
"lint-staged": {
"*.{vue,js,ts,jsx,tsx}": "eslint --cache --fix"
"*.{vue,js,ts,jsx,tsx}": ["npm run lint"]
}
}