Remove shouldLint variable

This commit is contained in:
Dmitry Yankowski
2020-02-25 20:49:19 -05:00
parent 590403650e
commit 8d7c6f46b7

View File

@@ -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,