UNPKG

eslint-config-alloy

Version:
10 lines (9 loc) 193 B
module.exports = { rules: { /** * 禁用指定的 html 属性 * @reason 需要指定特定属性时才需要开启 */ 'react/no-invalid-html-attribute': 'off', }, };