Revert "add prettier"

This reverts commit fbdf5bca06.
This commit is contained in:
Saleel
2024-10-01 13:34:53 +05:30
parent fbdf5bca06
commit b1a8045289
29 changed files with 1174 additions and 864 deletions

View File

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