We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa72134 commit 67b840dCopy full SHA for 67b840d
1 file changed
src/config/editorconfig/index.js
@@ -11,7 +11,7 @@ import editorConfigToPrettier from "./editorconfig-to-prettier.js";
11
*/
12
13
/**
14
-@type {Map<string, EditorConfig>}
+@type {Map<string, Promise<EditorConfig>>}
15
16
const editorconfigCache = new Map();
17
0 commit comments