1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-12 17:26:17 +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
}
const lintOptions = {
'strings': {
'content': text
strings: {
content: text
},
'config': lintConfigJson
config: lintConfigJson
}
return markdownlint(lintOptions, (err, result) => {