chore: add prettier

This commit is contained in:
2025-01-02 13:23:39 +03:30
parent 09498b6079
commit 219a04deec
13 changed files with 228 additions and 4 deletions

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

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