autobaan/.prettierrc

7 lines
104 B
Text
Raw Normal View History

2021-11-17 14:18:15 +01:00
{
"singleQuote": true,
"trailingComma": "all",
2021-11-17 14:18:15 +01:00
"tabWidth": 2,
"useTabs": true,
"semi": false
2021-11-17 14:18:15 +01:00
}