fix linting
This commit is contained in:
parent
321850ec20
commit
58358481bc
5 changed files with 12 additions and 12 deletions
1
src/types/shims-vue.d.ts
vendored
1
src/types/shims-vue.d.ts
vendored
|
|
@ -1,5 +1,4 @@
|
|||
// https://next.vuex.vuejs.org/guide/migrating-to-4-0-from-3-x.html#typescript-support
|
||||
import { ComponentCustomProperties } from 'vue'
|
||||
import { Store } from 'vuex'
|
||||
|
||||
declare module '@vue/runtime-core' {
|
||||
|
|
|
|||
7
src/types/window.d.ts
vendored
7
src/types/window.d.ts
vendored
|
|
@ -1,7 +0,0 @@
|
|||
declare global {
|
||||
interface Window {
|
||||
API_URL: string;
|
||||
SENTRY_ENABLED: boolean;
|
||||
SENTRY_DSN: string;
|
||||
}
|
||||
}
|
||||
Reference in a new issue