aboutsummaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
diff options
context:
space:
mode:
authorMaksymilian Jopek <maks@jopek.eu>2023-03-28 19:26:30 +0200
committerMaksymilian Jopek <maks@jopek.eu>2023-03-28 19:26:30 +0200
commitc3c90d575182d64b0e679e8da81a6d4f3559cf1f (patch)
treee1ad938d658e6c80c1392bca86d0755f47064882 /.eslintrc.json
downloadnext-list-app-c3c90d575182d64b0e679e8da81a6d4f3559cf1f.tar.gz
next-list-app-c3c90d575182d64b0e679e8da81a6d4f3559cf1f.tar.zst
next-list-app-c3c90d575182d64b0e679e8da81a6d4f3559cf1f.zip
Working appHEADmaster
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
new file mode 100644
index 0000000..bffb357
--- /dev/null
+++ b/.eslintrc.json
@@ -0,0 +1,3 @@
+{
+ "extends": "next/core-web-vitals"
+}