module.exports = { rules: { /** * 禁止使用 findDOMNode */ 'react/no-find-dom-node': 'error', }, }