Initial commit

This commit is contained in:
Valentin Silytuin
2024-04-27 23:37:54 +04:00
commit b9414854b2
17 changed files with 6498 additions and 0 deletions

7
.yarn/sdks/prettier/package.json vendored Normal file
View File

@@ -0,0 +1,7 @@
{
"name": "prettier",
"version": "3.2.5-sdk",
"main": "./index.cjs",
"type": "commonjs",
"bin": "./bin/prettier.cjs"
}