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
commit d6fd01d210
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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