1
0
Fork 0
mirror of https://github.com/hedgedoc/hedgedoc.git synced 2025-02-21 07:51:47 +00:00
hedgedoc/.prettierrc
David Mehren 68f63f0a24
Use default NestJS lint config
Signed-off-by: David Mehren <git@herrmehren.de>
2020-07-24 21:47:41 +02:00

4 lines
No EOL
51 B
Text

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