2
0
mirror of https://github.com/tenrok/maska.git synced 2026-05-15 11:59:38 +03:00

chore: remove trailingComma option from .prettierrc

This commit is contained in:
Alexander Shabunevich
2024-06-29 21:54:46 +03:00
parent 6af49ec368
commit f921a7d6b8
+1 -2
View File
@@ -1,5 +1,4 @@
{
"semi": false,
"singleQuote": true,
"trailingComma": "none"
"singleQuote": true
}