1
0
Fork 0
mirror of synced 2024-09-28 23:31:43 +12:00
budibase/.prettierrc

8 lines
No EOL
182 B
Text

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