web: migrate eslint to flat config, replacing removed next lint

This commit is contained in:
2026-08-31 02:50:00 +02:00
parent 2a0e17e039
commit 6d0932e44c
5 changed files with 11 additions and 4 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint": "eslint .",
"test": "vitest run",
"test:watch": "vitest",
"codegen": "graphql-codegen",