docs: prettier all markdown files

This commit is contained in:
chenjiahan
2020-04-11 09:17:33 +08:00
committed by neverland
parent 48067f79db
commit 7f84f8a487
140 changed files with 4441 additions and 4723 deletions
+3 -1
View File
@@ -30,6 +30,7 @@
}
},
"lint-staged": {
"*.md": ["prettier --write"],
"*.{ts,tsx,js,vue,less}": [
"prettier --write",
"git add"
@@ -92,7 +93,8 @@
]
},
"prettier": {
"singleQuote": true
"singleQuote": true,
"proseWrap": "never"
},
"browserslist": [
"Android >= 4.0",