first commit
Some checks failed
Publish / Publish Job (push) Has been cancelled

This commit is contained in:
Дмитрий
2026-03-26 09:34:31 +03:00
commit 69118194a3
4 changed files with 72 additions and 0 deletions

19
package.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "@lendry-erp/prettier-config",
"version": "1.0.0",
"description": "Prettier utilities",
"license": "ISC",
"type": "module",
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"prettier": "^3.8.1"
},
"dependencies": {
"@trivago/prettier-plugin-sort-imports": "^5.2.2"
},
"exports": {
"./prettier": "./src/prettier.config.mjs"
}
}