Prettier
How we use Prettier to automate formatting.
Configuration
When creating a SvelteKit project, modify the following items in the generated .prettierrc file:
{
"trailingComma": "es5",
"semi": false
}
Formatting
We have changed our policy to format with ESLint.