ecomfe / eslint-config

eslint shareable config for efe
MIT License
118 stars 31 forks source link

建议添加react/jsx-props-no-multi-spaces和react/jsx-props-no-multi-spaces两条规则检查 #30

Closed franckchen closed 3 years ago

franckchen commented 3 years ago

jsx-closing-tag-location eslint-plugin-react 7.1.0 - 2017-06-13新增

sx-props-no-multi-spaces eslint-plugin-react 7.9.0 - 2018-06-03 新增 这两条规则很实用,符合理念,建议引入

'react/jsx-closing-tag-location': 'error',
'react/jsx-props-no-multi-spaces': 'error'

没啥问题的话,打算直接发个PR

otakustay commented 3 years ago

可以

franckchen commented 3 years ago

已提交