Skip to content

Commit 67b840d

Browse files
committed
Fix
1 parent aa72134 commit 67b840d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/config/editorconfig/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import editorConfigToPrettier from "./editorconfig-to-prettier.js";
1111
*/
1212

1313
/**
14-
@type {Map<string, EditorConfig>}
14+
@type {Map<string, Promise<EditorConfig>>}
1515
*/
1616
const editorconfigCache = new Map();
1717

0 commit comments

Comments
 (0)