Skip to content

Commit 3f34490

Browse files
authored
fix(utils): allow an array for the values of SharedConfig (typescript-eslint#10217)
1 parent d9e5da1 commit 3f34490

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/utils/src/ts-eslint/Config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ export namespace FlatConfig {
150150
export type SourceType = 'commonjs' | ParserOptionsTypes.SourceType;
151151

152152
export interface SharedConfigs {
153-
[key: string]: Config;
153+
[key: string]: Config | ConfigArray;
154154
}
155155
export interface Plugin {
156156
/**

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy