judge4c-demo/.eslintrc.json

7 lines
130 B
JSON

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