refactor: drop everything and start again
- too many packages - packages were too general - the repo was hard to work with - sites were too connected to packages - difficult to do stuff after a while
This commit is contained in:
parent
358e6e59e3
commit
ada7eb3cdd
54 changed files with 1066 additions and 1011 deletions
|
|
@ -15,7 +15,9 @@
|
|||
"format": "prettier --write \"**/*.{js,cjs,mjs,ts,tsx,md,mdx}\""
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint-config-custom": "workspace:*",
|
||||
"eslint": "^8.42.0",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-config-turbo": "^1.10.1",
|
||||
"prettier": "latest",
|
||||
"prettier-plugin-tailwindcss": "^0.3.0",
|
||||
"turbo": "latest"
|
||||
|
|
|
|||
Reference in a new issue