1
0
mirror of https://github.com/bndw/wifi-card.git synced 2024-12-24 10:06:42 +02:00
wifi-card/.prettierrc.json
Ben Woodward 52ff61635b
Prettier formatting (#33)
* Add prettier

* Format code
2021-07-04 16:48:10 -07:00

6 lines
68 B
JSON

{
"trailingComma": "es5",
"semi": true,
"singleQuote": true
}