feat(create-turbo): create with-vite-react

This commit is contained in:
Turbobot
2026-01-05 13:41:53 +07:00
committed by Firman Ramdhani
commit 43b929db64
32 changed files with 2288 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"name": "@repo/eslint-config",
"version": "0.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"eslint-config-prettier": "^9.1.0"
},
"publishConfig": {
"access": "public"
}
}