judge4c-demo/.eslintrc.json

7 lines
130 B
JSON
Raw Normal View History

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