diff --git a/shim.d.ts b/shim.d.ts index bd8edb8e18c0c39ef4e972300514d79046c168e0..4094408aa15934199465b3f0038ab4224728e72e 100644 --- a/shim.d.ts +++ b/shim.d.ts @@ -1,3 +1,5 @@ +/* eslint-disable */ + // Declaration file, * The vue suffix file is handed over to the vue module for processing declare module '*.vue' { import type { DefineComponent } from 'vue';