module.exports = { rules: { /** * 禁止使用一些指定的 elements * @category React */ 'react/forbid-elements': 'off' } };