Remove version number

This commit is contained in:
problematicconsumer
2023-09-11 21:09:34 +03:30
parent dd711cba20
commit abb9e26072
3 changed files with 25 additions and 15 deletions

10
.prettierrc Normal file
View File

@@ -0,0 +1,10 @@
{
"overrides": [
{
"files": ".github/**",
"options": {
"singleQuote": true
}
}
]
}