From 68c749b37833f6ab42d8638e638858fac30cd9ac Mon Sep 17 00:00:00 2001 From: Dmitry Yankowski Date: Tue, 25 Feb 2020 20:43:34 -0500 Subject: [PATCH] Allow the passing of a lint prop to disable linting on an editor --- components/ace-editor.vue | 97 +++++++++++++++++++++------------------ pages/graphql.vue | 6 ++- 2 files changed, 57 insertions(+), 46 deletions(-) diff --git a/components/ace-editor.vue b/components/ace-editor.vue index b348126cf..92de05e4e 100644 --- a/components/ace-editor.vue +++ b/components/ace-editor.vue @@ -5,26 +5,26 @@ diff --git a/pages/graphql.vue b/pages/graphql.vue index 5634bdc11..61ef95ed7 100644 --- a/pages/graphql.vue +++ b/pages/graphql.vue @@ -212,6 +212,7 @@