diff options
| author | trisusilo48 <tri.susilo@altama.co.id> | 2024-10-09 09:34:28 +0700 |
|---|---|---|
| committer | trisusilo48 <tri.susilo@altama.co.id> | 2024-10-09 09:34:28 +0700 |
| commit | 30c5eb5776fcc60f023ad6aa51153cb375c87930 (patch) | |
| tree | 3be9a5b23e1d617981e7e929b586d545d4e8ba85 /.eslintrc.json | |
Initial commit from Create Next App
Diffstat (limited to '.eslintrc.json')
| -rw-r--r-- | .eslintrc.json | 3 |
1 files changed, 3 insertions, 0 deletions
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"] +} |
