module.exports = { rules: { /** * 必须使用内置的 Record 来描述仅包含可索引成员的接口 */ '@typescript-eslint/consistent-indexed-object-style': 'off', }, }