mirror of
https://litchi.icu/ngc2207/judge4c-demo.git
synced 2025-05-18 16:37:12 +00:00
fix: 更新ESLint配置,禁用空对象类型的规则
This commit is contained in:
parent
f20e9db186
commit
57c7c09ca4
@ -1,6 +1,4 @@
|
||||
{
|
||||
"extends": ["next/core-web-vitals", "next/typescript"],
|
||||
"rules": {
|
||||
"@typescript-eslint/no-empty-interface": "off"
|
||||
}
|
||||
"rules": { "@typescript-eslint/no-empty-object-type": "off" }
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user