This repository has been archived by the owner on Aug 31, 2023. It is now read-only.
Replies: 1 comment
-
Not sure what svelte check does, but the Rome command like you suggested will apply all unsafe fixes. So make sure that svelte check does that too. You can mix them together, but Rome will emit diagnostics for files that don't recognize e.g. You could use the nightly release, which exposes new flags to not raise diagnostics on unknown files. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm currently working on a hobby project that uses Svelte and Typescript (not just limited to inline TS, I have a few TS files to separate the logic from the view). Should I be using rome check alongside svelte-check? And if so, what would be a good way to configure them together?
Here's what I had in my mind:
Beta Was this translation helpful? Give feedback.
All reactions