From 30c5eb5776fcc60f023ad6aa51153cb375c87930 Mon Sep 17 00:00:00 2001 From: trisusilo48 Date: Wed, 9 Oct 2024 09:34:28 +0700 Subject: Initial commit from Create Next App --- .eslintrc.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .eslintrc.json (limited to '.eslintrc.json') diff --git a/.eslintrc.json b/.eslintrc.json new file mode 100644 index 0000000..3722418 --- /dev/null +++ b/.eslintrc.json @@ -0,0 +1,3 @@ +{ + "extends": ["next/core-web-vitals", "next/typescript"] +} -- cgit v1.2.3