From bb88c01dadb29844fde5b969229bb0eb1e33f7b8 Mon Sep 17 00:00:00 2001 From: Yosuke Ota Date: Thu, 30 Mar 2023 15:34:31 +0900 Subject: [PATCH] Fix wrong scope reference type for ` + + diff --git a/typings/eslint-scope/index.d.ts b/typings/eslint-scope/index.d.ts index c3ae32b5..6d14afcf 100644 --- a/typings/eslint-scope/index.d.ts +++ b/typings/eslint-scope/index.d.ts @@ -75,8 +75,8 @@ export class Reference { public isWriteOnly(): boolean // For typescript-eslint - public isTypeReference: boolean - public isValueReference: boolean + public isTypeReference?: boolean + public isValueReference?: boolean } export declare const analyze: (