module.exports = { rules: { /** * 禁止出现 HTML 中的属性,如 class */ 'react/no-unknown-property': 'error', }, }