From aa65a0c64514391000958a3273d33f079a5cadc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Dudfield?= Date: Sun, 14 Jan 2024 05:22:19 +0100 Subject: [PATCH] .eslintrc.json: Add default next lint config So `npm run lint` runs. --- frontend/.eslintrc.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 frontend/.eslintrc.json diff --git a/frontend/.eslintrc.json b/frontend/.eslintrc.json new file mode 100644 index 00000000..bffb357a --- /dev/null +++ b/frontend/.eslintrc.json @@ -0,0 +1,3 @@ +{ + "extends": "next/core-web-vitals" +}