Fix linting

This commit is contained in:
mrjvs
2024-03-31 17:17:44 +02:00
parent d1379785ba
commit f42b3b2592
10 changed files with 1303 additions and 53 deletions

View File

@@ -10,9 +10,9 @@
"lint:fix": "next lint --fix"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.1.4",
"@types/react": "18.2.73",
"eslint": "^8.56.0",
"eslint-config-next": "^14.1.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.2",
"prettier": "^3.1.1",