judge4c-demo/.eslintrc.json

5 lines
126 B
JSON
Raw Permalink Normal View History

2024-11-10 15:36:52 +00:00
{
"extends": ["next/core-web-vitals", "next/typescript"],
"rules": { "@typescript-eslint/no-empty-object-type": "off" }
2024-11-10 15:36:52 +00:00
}