1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

feat(prettierOnMarkdown): Forced prettier options to always have parser set to markdown when used.

This commit is contained in:
nathan-castlehow
2019-07-03 09:28:36 +08:00
parent 911fd9a004
commit 1173631255
2 changed files with 7 additions and 4 deletions

View File

@@ -71,8 +71,7 @@ export const DEFAULT_CONFIG = {
"trailingComma": "es5",
"tabWidth": 4,
"semi": false,
"singleQuote": true,
"parser":"markdown"
"singleQuote": true
}`
},