mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
chore: simplify lint-staged config
This commit is contained in:
parent
ce0e04c952
commit
26449eb1ea
19
package.json
19
package.json
@ -30,21 +30,10 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"*.md": [
|
"*.md": "prettier --write",
|
||||||
"prettier --write"
|
"*.{ts,tsx,js,vue,less}": "prettier --write",
|
||||||
],
|
"*.{ts,tsx,js,vue}": "eslint --fix",
|
||||||
"*.{ts,tsx,js,vue,less}": [
|
"*.{vue,css,less}": "stylelint --fix"
|
||||||
"prettier --write",
|
|
||||||
"git add"
|
|
||||||
],
|
|
||||||
"*.{ts,tsx,js,vue}": [
|
|
||||||
"eslint --fix",
|
|
||||||
"git add"
|
|
||||||
],
|
|
||||||
"*.{vue,css,less}": [
|
|
||||||
"stylelint --fix",
|
|
||||||
"git add"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -26,14 +26,8 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"*.{ts,tsx,js,jsx,vue}": [
|
"*.{ts,tsx,js,jsx,vue}": "eslint --fix",
|
||||||
"eslint --fix",
|
"*.{vue,css,less,scss}": "stylelint --fix"
|
||||||
"git add"
|
|
||||||
],
|
|
||||||
"*.{vue,css,less,scss}": [
|
|
||||||
"stylelint --fix",
|
|
||||||
"git add"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"vue": "^2.6.11",
|
"vue": "^2.6.11",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user