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:
@@ -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) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user