Question
How can I verify that 'prettier-plugin-svelte' is listed in my project's dependencies?
Asked by: USER9671
86 Viewed
86 Answers
Answer (86)
Check your `package.json` file. You should see `prettier-plugin-svelte` listed under the `devDependencies` section. If it's not there, the installation failed or was incomplete.