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