Skip to content

Commit

Permalink
fix(eslint)
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Klehr <[email protected]>
  • Loading branch information
marcelklehr committed Feb 2, 2024
1 parent 8376c2e commit ebc52b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/CustomPickerElement.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
1 change: 1 addition & 0 deletions src/references.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit ebc52b0

Please sign in to comment.