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