airboardgame/.prettierrc

7 lines
86 B
Text
Raw Normal View History

2020-06-18 20:51:47 +02:00
{
"trailingComma": "es5",
"tabWidth": 2,
"semi": true,
2020-06-18 20:57:28 +02:00
"singleQuote": false
2020-06-18 20:51:47 +02:00
}