options?: PrettierFileInfoOptions options?: PrettierFileInfoOptions, ): Promise<PrettierFileInfoResult> => { // TODO: implement ignore file reading return { ignored: false, inferredParser: null }; Expand All @@ -181,15 +184,15 @@ export class ModuleResolver implements ModuleResolverInterface ...
Prettier is not working as expected. made sure that format on save is on and went into settings.json to make sure it was the default editor but it still isn't working I have included my settings.json file code as well as the message I am getting output portion after trying to save. ...