judge4c-demo/.eslintrc.json

5 lines
126 B
JSON

{
"extends": ["next/core-web-vitals", "next/typescript"],
"rules": { "@typescript-eslint/no-empty-object-type": "off" }
}