generated from pantheon/chaos
21 lines
386 B
Text
21 lines
386 B
Text
{
|
|
"useTabs": true,
|
|
"singleQuote": true,
|
|
"trailingComma": "es5",
|
|
"printWidth": 100,
|
|
"endOfLine": "lf",
|
|
"arrowParens": "always",
|
|
"jsxSingleQuote": false,
|
|
"semi": true,
|
|
"quoteProps": "as-needed",
|
|
"tabWidth": 4,
|
|
"plugins": ["prettier-plugin-svelte", "prettier-plugin-tailwindcss"],
|
|
"overrides": [
|
|
{
|
|
"files": "*.svelte",
|
|
"options": {
|
|
"parser": "svelte"
|
|
}
|
|
}
|
|
]
|
|
}
|