repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
public Clawd ADK gateway launch mirror
stars
latest
clone command
git clone gitlawb://did:key:z6Mkq5mY...iFZ5/my-project-publ...git clone gitlawb://did:key:z6Mkq5mY.../my-project-publ...2fa351d6docs: add automaton and perps launch sources16d ago| #1 | import { dirname } from "path"; |
| #2 | import { fileURLToPath } from "url"; |
| #3 | import { FlatCompat } from "@eslint/eslintrc"; |
| #4 | |
| #5 | const __filename = fileURLToPath(import.meta.url); |
| #6 | const __dirname = dirname(__filename); |
| #7 | |
| #8 | const compat = new FlatCompat({ |
| #9 | baseDirectory: __dirname, |
| #10 | }); |
| #11 | |
| #12 | const eslintConfig = [ |
| #13 | ...compat.extends("next/core-web-vitals", "next/typescript"), |
| #14 | ]; |
| #15 | |
| #16 | export default eslintConfig; |
| #17 |