Yuki Takei hace 4 años
padre
commit
d0dca34879
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      packages/app/src/components/PageEditor/CodeMirrorEditor.jsx

+ 0 - 2
packages/app/src/components/PageEditor/CodeMirrorEditor.jsx

@@ -1078,12 +1078,10 @@ class CodeMirrorEditor extends AbstractEditor {
 
 CodeMirrorEditor.propTypes = Object.assign({
   isTextlintEnabled: PropTypes.bool,
-  // textlintRules: PropTypes.array,
   lineNumbers: PropTypes.bool,
   editorSettings: PropTypes.object.isRequired,
   onMarkdownHelpButtonClicked: PropTypes.func,
   onAddAttachmentButtonClicked: PropTypes.func,
-  // onInitializeTextlint: PropTypes.func,
 }, AbstractEditor.propTypes);
 
 CodeMirrorEditor.defaultProps = {