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:
@@ -71,8 +71,7 @@ export const DEFAULT_CONFIG = {
|
||||
"trailingComma": "es5",
|
||||
"tabWidth": 4,
|
||||
"semi": false,
|
||||
"singleQuote": true,
|
||||
"parser":"markdown"
|
||||
"singleQuote": true
|
||||
}`
|
||||
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user