prettier before commit

This commit is contained in:
afc163 2019-05-07 15:02:00 +08:00
parent b780070351
commit ca665dbc60
No known key found for this signature in database
GPG Key ID: 738F973FCE5C6B48

View File

@ -236,23 +236,9 @@
"lint-staged"
],
"lint-staged": {
"components/**/*.tsx": [
"npm run lint-staged:ts",
"node ./scripts/prettier.js --pre",
"**/*.{js,jsx,tsx,ts,less,md,json}": [
"prettier --write",
"git add"
],
"{tests,site,scripts,components}/**/*.{js,jsx}": [
"npm run lint-staged:es",
"node ./scripts/prettier.js --pre",
"git add"
],
"{site,components}/**/*.less": [
"stylelint --syntax less",
"node ./scripts/prettier.js --pre",
"git add"
],
"components/*/demo/*.md": [
"npm run lint-staged:demo"
]
},
"sideEffects": [