diff --git a/components/ace-editor.vue b/components/ace-editor.vue index 9477bdb65..0ac6b2369 100644 --- a/components/ace-editor.vue +++ b/components/ace-editor.vue @@ -84,9 +84,6 @@ export default { }, mounted() { - // Set whether or not we should lint the editors contents - this.shouldLint = this.lint - const editor = ace.edit(this.$refs.editor, { mode: `ace/mode/${this.lang}`, ...this.options,