changed prettierrc

merge_67
Abdullah Alfaraj 2023-01-31 07:27:14 +03:00
parent 8f80477e81
commit 45271955d2
1 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,6 @@
{
"semi": false
}
"trailingComma": "es5",
"tabWidth": 4,
"semi": false,
"singleQuote": true
}