Removed linting for the collection docs import editor

This commit is contained in:
Andrew Bastin
2020-03-03 20:49:37 -05:00
parent e843203bb6
commit 77edec5f76

View File

@@ -29,6 +29,7 @@
<Editor <Editor
v-model="collectionJSON" v-model="collectionJSON"
:lang="'json'" :lang="'json'"
:lint="false"
:options="{ :options="{
maxLines: '16', maxLines: '16',
minLines: '8', minLines: '8',