Browse Source

fix: package

main
xingyu 2 years ago
parent
commit
b2e2afa7e5
  1. 3
      package.json

3
package.json

@ -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": [