mirror of
https://litchi.icu/ngc2207/judge4c-demo.git
synced 2025-05-24 23:31:45 +00:00
7 lines
130 B
JSON
7 lines
130 B
JSON
{
|
|
"extends": ["next/core-web-vitals", "next/typescript"],
|
|
"rules": {
|
|
"@typescript-eslint/no-empty-interface": "off"
|
|
}
|
|
}
|