The prettier `parser` config breaks prettier when it's trying to parse .scss files as it doesn't automatically infer the right parser for the file type. Removing `parser: "typescript",` fixes this. Will open a PR once I've logged all issues!
The prettier
parserconfig breaks prettier when it's trying to parse .scss files as it doesn't automatically infer the right parser for the file type.Removing
parser: "typescript",fixes this. Will open a PR once I've logged all issues!