1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

Removed a single quotation

This commit is contained in:
roottool
2019-10-18 21:20:33 +09:00
committed by Junyoung Choi
parent a90c10ef3e
commit 3ef485548a

View File

@@ -673,10 +673,10 @@ export default class CodeEditor extends React.Component {
return return
} }
const lintOptions = { const lintOptions = {
'strings': { strings: {
'content': text content: text
}, },
'config': lintConfigJson config: lintConfigJson
} }
return markdownlint(lintOptions, (err, result) => { return markdownlint(lintOptions, (err, result) => {