mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
Removed a single quotation
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user