Hi, I have the following `.svelte` file: ```svelte // ... rest of component <style lang="scss"> @use "./_smui-theme.scss"; @use '@material/theme' as theme; .breadcrumb { cursor: pointer; color: theme.$primary; } </style> ``` When trying to lint this, I get `ParseError` on the `$` character. I thing it is trying to parse the SCSS as JS... This started happening after upgrading to `typescript-eslint` v5