aboutsummaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
diff options
context:
space:
mode:
authorMohamedBassem <me@mbassem.com>2024-02-04 23:30:32 +0000
committerMohamedBassem <me@mbassem.com>2024-02-04 23:30:32 +0000
commitfd256793f165595fdb078d9ab52f06d79e776fdd (patch)
tree62c61f5d3da0a64b564d02bd42fd1038c5512e19 /.eslintrc.json
downloadkarakeep-fd256793f165595fdb078d9ab52f06d79e776fdd.tar.zst
Initial commit from Create Next App
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 00000000..bffb357a
--- /dev/null
+++ b/.eslintrc.json
@@ -0,0 +1,3 @@
+{
+ "extends": "next/core-web-vitals"
+}