|
|
@@ -986,7 +986,7 @@ export default class CodeMirrorEditor extends AbstractEditor {
|
|
|
CodeMirrorEditor.propTypes = Object.assign({
|
|
|
editorOptions: PropTypes.object.isRequired,
|
|
|
isTextlintEnabled: PropTypes.bool,
|
|
|
- lintRules: PropTypes.array,
|
|
|
+ textlintRules: PropTypes.array,
|
|
|
emojiStrategy: PropTypes.object,
|
|
|
lineNumbers: PropTypes.bool,
|
|
|
onMarkdownHelpButtonClicked: PropTypes.func,
|