Files
CookieMonster/.prettierrc.json
Daniël van Noord 932509a877 Added prettier (#661)
* Added prettier

* Added prettier

* Added prettier
2021-03-14 18:57:07 +01:00

6 lines
72 B
JSON

{
"singleQuote": true,
"trailingComma": "all",
"printWidth": 80
}