Skip to content

Commit

Permalink
Removed eslint-disable rules
Browse files Browse the repository at this point in the history
The Editor still shows errors but linter and tests passes
  • Loading branch information
Kamiikaze committed Dec 15, 2023
1 parent 0425abe commit a833ed9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/types/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@ export {};

declare module 'vue' {
export interface GlobalComponents {
/* eslint-disable prettier/prettier */
Bar: (typeof import('./components/Bar.vue'))['default'];
BookmarkBars: (typeof import('./components/BookmarksBars.vue'))['default'];
Create: (typeof import('./components/Create.vue'))['default'];
Edit: (typeof import('./components/Edit.vue'))['default'];
Extension: (typeof import('./components/Extension.vue'))['default'];
Modal: (typeof import('./components/Modal.vue'))['default'];
/* eslint-enable prettier/prettier */
}
}

0 comments on commit a833ed9

Please sign in to comment.