Skip to content

Commit

Permalink
chore: remove declarations, disable lint warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Maksim Sukharev <[email protected]>
  • Loading branch information
Antreesy committed Oct 1, 2023
1 parent dad1745 commit 7cb5c08
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ import { emit } from '@nextcloud/event-bus'
import { translate, translatePlural } from '@nextcloud/l10n'
import { generateFilePath } from '@nextcloud/router'

// TODO upstream: re-export global options
// eslint-disable-next-line n/no-missing-import
import { options as TooltipOptions } from '@nextcloud/vue/dist/Directives/Tooltip.js'

import App from './App.vue'
Expand Down
2 changes: 2 additions & 0 deletions src/mainRecording.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ import { getRequestToken } from '@nextcloud/auth'
import { translate, translatePlural } from '@nextcloud/l10n'
import { generateFilePath } from '@nextcloud/router'

// TODO upstream: re-export global options
// eslint-disable-next-line n/no-missing-import
import { options as TooltipOptions } from '@nextcloud/vue/dist/Directives/Tooltip.js'

import Recording from './Recording.vue'
Expand Down
3 changes: 0 additions & 3 deletions src/types/vendor/@nextcloud/vue.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
declare module '@nextcloud/vue/dist/Directives/Tooltip.vue';
declare module '@nextcloud/vue/dist/Components/Button.vue';
declare module '@nextcloud/vue/dist/Components/NcActions.vue';
declare module '@nextcloud/vue/dist/Components/NcActionButton.vue';

0 comments on commit 7cb5c08

Please sign in to comment.