module.exports = { rules: { /** * 禁止使用 Array 构造函数 */ '@typescript-eslint/no-array-constructor': 'off', }, }