17 lines
325 B
Text
17 lines
325 B
Text
{
|
|
"trailingComma": "es5",
|
|
"tabWidth": 4,
|
|
"semi": false,
|
|
"singleQuote": false,
|
|
"printWidth": 200,
|
|
"plugins": ["prettier-plugin-svelte", "prettier-plugin-tailwindcss"],
|
|
"overrides": [
|
|
{
|
|
"files": "*.svelte",
|
|
"options": {
|
|
"parser": "svelte"
|
|
}
|
|
}
|
|
],
|
|
"tailwindStylesheet": "./src/app.css"
|
|
}
|