0
0
mirror of https://github.com/Maks1mS/nestjs-telegraf.git synced 2025-04-15 04:23:43 +03:00

chore: new prettier config

This commit is contained in:
Aleksandr Bukhalo 2020-03-17 09:47:30 +03:00
parent 02a389fb77
commit 5cf452784f

View File

@ -1,5 +1,4 @@
{
"trailingComma": "es5",
"singleQuote": true,
"semi": false
"trailingComma": "none",
"singleQuote": true
}