fix(eslint)

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
Marcel Klehr 2024-02-02 20:02:01 +01:00
parent 8376c2e684
commit ebc52b0093
2 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,7 @@
</template>
<script>
// eslint-disable-next-line
import { NcSearch } from '@nextcloud/vue/dist/Components/NcRichText.js'
import axios from '@nextcloud/axios'
import { generateUrl } from '@nextcloud/router'

View File

@ -3,6 +3,7 @@
*
* This file is licensed under the Affero General Public License version 3 or later. See the COPYING file.
*/
// eslint-disable-next-line
import { registerWidget, registerCustomPickerElement, NcCustomPickerRenderResult } from '@nextcloud/vue/dist/Components/NcRichText.js'
import Vue from 'vue'
import BookmarkReferenceWidget from './components/BookmarkReferenceWidget.vue'