UNPKG

eslint-config-alloy

Version:
11 lines (10 loc) 216 B
module.exports = { rules: { /** * 禁止使用数组的 index 作为 key * @category React * @reason 太严格了 */ 'react/no-array-index-key': 'off' } };