Merge pull request #639 from AndrewBastin/fix/collection-import-turnoff-linter

Removed linting for the collection docs import editor
This commit is contained in:
Liyas Thomas
2020-03-04 07:28:09 +05:30
committed by GitHub

View File

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