This commit is contained in:
Max Peintner
2024-11-25 09:35:36 +01:00
parent e964c7c062
commit b48c25f7cd
4 changed files with 221 additions and 12 deletions

View File

@@ -7,10 +7,11 @@
"access": "public"
},
"dependencies": {
"eslint-config-next": "^14.2.3",
"@typescript-eslint/parser": "^7.9.0",
"eslint-config-next": "^14.2.18",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^2.0.9",
"eslint-plugin-react": "^7.34.1",
"eslint-config-turbo": "^2.0.9"
"@babel/eslint-parser": "^7.25.9"
}
}