chore: apply prettier config

This commit is contained in:
Saleel
2024-10-01 13:37:46 +05:30
parent b1a8045289
commit 93b2a34674
4 changed files with 21 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
"license": "MIT",
"private": true,
"scripts": {
"lint": "yarn prettier --write packages/**/**.ts",
"test": "jest"
},
"workspaces": [
@@ -12,5 +13,8 @@
"packageManager": "yarn@3.2.3",
"engines": {
"node": ">=14.0.0"
},
"devDependencies": {
"prettier": "^3.3.3"
}
}