fix-server/4-mar-26 #67

Merged
bagasbanuna merged 5 commits from fix-server/4-mar-26 into staging 2026-03-04 16:44:06 +08:00
10 changed files with 172 additions and 250 deletions
Showing only changes of commit a6c9182a01 - Show all commits

View File

@@ -1,16 +0,0 @@
import { fileURLToPath } from "url";
import { dirname } from "path"; // Pastikan `dirname` diimpor
import { FlatCompat } from "@eslint/eslintrc";
const __filename = fileURLToPath(import.meta.url);
const __dirname = dirname(__filename);
const compat = new FlatCompat({
baseDirectory: __dirname,
});
const eslintConfig = [
...compat.extends("next/core-web-vitals", "next/typescript"),
];
export default eslintConfig;