From b0e79be18f7b02b81244656c05c7d053af8ca3c8 Mon Sep 17 00:00:00 2001 From: SaarHV Date: Tue, 3 Jan 2023 21:08:37 +0800 Subject: [PATCH] Disables eslint from checking shim.d.ts --- shim.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shim.d.ts b/shim.d.ts index bd8edb8..4094408 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'; -- Gitee