标签: eslint
this.props.children throws error ‘children’ is missing in props validation
eslint的rules中添加如下忽略即可 “react/prop-types”: [2, { ignore:… 继续阅读this.props.children throws error ‘children’ is missing in props validation
ESLint switch缩进错误
在项目中配置所有的缩进都是 2 个空格,但是在switch块中就报错了,错误提示如下: Expected in… 继续阅读ESLint switch缩进错误