UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 159 B
module.exports = { rules: { /** * 使用 && 渲染组件时,禁止条件是 0 '' 或 NaN */ 'react/jsx-no-leaked-render': 'off', }, };