module.exports = { rules: { /** * 禁止使用数组的索引作为 key */ 'react/no-array-index-key': 'off', }, }