Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Dec 1, 2025. It is now read-only.
This repository was archived by the owner on Dec 1, 2025. It is now read-only.
There was an error while loading. Please reload this page.
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!