web: migrate eslint to flat config, replacing removed next lint
This commit is contained in:
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user