fix: package

pull/33/head
xingyu 2023-08-31 15:47:57 +08:00
parent 764e8b71c4
commit b2e2afa7e5
1 changed files with 0 additions and 3 deletions

View File

@ -143,7 +143,6 @@
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"prettier --write",
"eslint --fix"
],
"{!(package)*.json,*.code-snippets,.!(browserslist)*rc}": [
@ -153,12 +152,10 @@
"prettier --write"
],
"*.vue": [
"prettier --write",
"eslint --fix",
"stylelint --fix"
],
"*.{scss,less,styl,html}": [
"prettier --write",
"stylelint --fix"
],
"*.md": [