123456789101112 |
- {
- "rules": {
- "no-inferred-empty-object-type": false
- },
- "meta": {
- "category": "functionality",
- "description": "禁止推论出的类型是空对象类型",
- "reason": "没必要限制\nRequires Type Info 的规则,无法在编辑器中显示错误,不方便修复",
- "ts-only": true,
- "requires-type-info": true
- }
- }
|