module.exports = { rules: { /** * 强制实施 defaultProps 声明按字母顺序排序 */ 'react/sort-default-props': 'off', }, };