doodly/.prettierrc

10 lines
186 B
Text
Raw Permalink Normal View History

2022-08-13 15:08:44 +00:00
{
"jsxSingleQuote": true,
"semi": true,
"tabWidth": 4,
"useTabs": false,
"trailingComma": "es5",
2022-08-13 15:17:26 +00:00
"singleQuote": true,
"plugins": ["prettier-plugin-svelte"]
2022-08-13 15:08:44 +00:00
}