1
0
Fork 0
mirror of synced 2024-06-28 19:10:33 +12:00
budibase/.prettierrc
2020-09-14 14:35:03 +01:00

8 lines
174 B
Plaintext

{
"tabWidth": 2,
"semi": false,
"singleQuote": false,
"trailingComma": "es5",
"plugins": ["prettier-plugin-svelte"],
"svelteSortOrder" : "scripts-markup-styles"
}