1
0
Fork 0
mirror of synced 2024-05-17 10:53:15 +12:00
budibase/.prettierrc.json

11 lines
236 B
JSON
Raw Normal View History

2020-02-01 03:23:16 +13:00
{
"tabWidth": 2,
"semi": false,
"singleQuote": false,
"trailingComma": "es5",
2021-05-04 22:32:22 +12:00
"arrowParens": "avoid",
"bracketSameLine": false,
2020-02-03 22:50:30 +13:00
"plugins": ["prettier-plugin-svelte"],
"svelteSortOrder": "options-scripts-markup-styles"
}