module.exports = { rules: { /** * 使用 Flow 时,props 必须设置为只读的 */ 'react/prefer-read-only-props': 'off', }, }