Skip to content

Commit

Permalink
Remove unnecessary ts-ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejearley committed Sep 9, 2022
1 parent 2cb6d33 commit 54721ee
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions apps/landing/src/main.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import { createApp } from 'vue'
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
import App from '@/App.vue'
import '@/index.css'
import { createRouter, createWebHistory } from 'vue-router'
Expand Down
2 changes: 0 additions & 2 deletions apps/web/src/main.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import { createApp } from 'vue'
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
import App from '@/App.vue'
import '@/index.css'
import { createRouter, createWebHistory } from 'vue-router'
Expand Down

0 comments on commit 54721ee

Please sign in to comment.