Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3f34490

Browse files
authored
fix(utils): allow an array for the values of SharedConfig (typescript-eslint#10217)
1 parentd9e5da1 commit3f34490

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
exporttypeSourceType='commonjs'|ParserOptionsTypes.SourceType;
151151

152152
exportinterfaceSharedConfigs{
153-
[key:string]:Config;
153+
[key:string]:Config|ConfigArray;
154154
}
155155
exportinterfacePlugin{
156156
/**

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp