fix: nextjs eslint flat config compatibility

This commit is contained in:
2026-02-07 16:38:14 +01:00
parent e662415137
commit 5847bc5795
3 changed files with 43 additions and 34 deletions

View File

@@ -22,6 +22,8 @@
"@eslint/js": "^9.39.2",
"@next/eslint-plugin-next": "15.1.6",
"eslint-config-next": "15.1.6",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"typescript-eslint": "^8.54.0"
}
}