Skip to content

Commit 3ef4855

Browse files
roottoolRokt33r
authored andcommitted
Removed a single quotation
1 parent a90c10e commit 3ef4855

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

browser/components/CodeEditor.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -673,10 +673,10 @@ export default class CodeEditor extends React.Component {
673673
return
674674
}
675675
const lintOptions = {
676-
'strings': {
677-
'content': text
676+
strings: {
677+
content: text
678678
},
679-
'config': lintConfigJson
679+
config: lintConfigJson
680680
}
681681

682682
return markdownlint(lintOptions, (err, result) => {

0 commit comments

Comments
 (0)