2020-01-31 15:23:16 +01:00
|
|
|
{
|
|
|
|
"tabWidth": 2,
|
|
|
|
"semi": false,
|
|
|
|
"singleQuote": false,
|
|
|
|
"trailingComma": "es5",
|
2021-05-04 12:32:22 +02:00
|
|
|
"arrowParens": "avoid",
|
|
|
|
"jsxBracketSameLine": false,
|
2020-02-03 10:50:30 +01:00
|
|
|
"plugins": ["prettier-plugin-svelte"],
|
2021-06-15 13:42:50 +02:00
|
|
|
"svelteSortOrder": "options-scripts-markup-styles"
|
|
|
|
}
|