Remove shouldLint variable
This commit is contained in:
@@ -84,9 +84,6 @@ export default {
|
|||||||
},
|
},
|
||||||
|
|
||||||
mounted() {
|
mounted() {
|
||||||
// Set whether or not we should lint the editors contents
|
|
||||||
this.shouldLint = this.lint
|
|
||||||
|
|
||||||
const editor = ace.edit(this.$refs.editor, {
|
const editor = ace.edit(this.$refs.editor, {
|
||||||
mode: `ace/mode/${this.lang}`,
|
mode: `ace/mode/${this.lang}`,
|
||||||
...this.options,
|
...this.options,
|
||||||
|
|||||||
Reference in New Issue
Block a user