1
0
Fork 0
mirror of synced 2024-06-27 02:20:35 +12:00
budibase/.prettierrc
2020-02-03 09:50:30 +00:00

8 lines
174 B
Plaintext

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