You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 1, 2025. It is now read-only.
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!