We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88076b5 commit 9618b6cCopy full SHA for 9618b6c
src/config_prettier.ts
@@ -45,7 +45,7 @@ const Loaders = {
45
return config;
46
} else if (isString(config)) {
47
const modulePath = getModulePath(config, filePath);
48
- return Loaders.js(modulePath);
+ return Loaders.auto(modulePath);
49
}
50
51
},
0 commit comments