1
0
Fork 0
mirror of synced 2024-09-12 23:43:09 +12:00
budibase/.prettierrc
Martin McKeaveney ee9df6c29a state binding v1
2020-02-11 14:19:06 +00:00

8 lines
No EOL
173 B
Text

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