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

add a comma at the end of line 73

This commit is contained in:
lockee14
2019-09-12 08:14:39 +09:00
committed by GitHub
parent f64d0b35e1
commit bdfe8c0445

View File

@@ -70,7 +70,7 @@ export const DEFAULT_CONFIG = {
enableSmartPaste: false,
enableMarkdownLint: false,
customMarkdownLintConfig: DEFAULT_MARKDOWN_LINT_CONFIG,
dateFormatISO8601: false
dateFormatISO8601: false,
prettierConfig: ` {
"trailingComma": "es5",
"tabWidth": 4,