We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
规则名、规则归属 是否为ESLint自带规则,还是第三方扩展?类似react、typescript,请提供具体的规则文档地址,如:
react
typescript
目前规则的状态 禁止 一个文件中声明一个以上的组件(包括stateless)
期望规则的状态 不限制一个文件中的stateless组件数量,抽取文件依靠开发个人判断
"react/no-multi-comp": [true, { "ignoreStateless": true }]
有哪些合适的理由 为 props 使用renderprops 也需要抽象文件的话 太繁琐了
render: (_, record) => <Button onClick={() => handleView(record)}>查看</Button>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
规则名、规则归属
是否为ESLint自带规则,还是第三方扩展?类似
react
、typescript
,请提供具体的规则文档地址,如:目前规则的状态
禁止 一个文件中声明一个以上的组件(包括stateless)
期望规则的状态
不限制一个文件中的stateless组件数量,抽取文件依靠开发个人判断
有哪些合适的理由
为 props 使用renderprops 也需要抽象文件的话 太繁琐了
The text was updated successfully, but these errors were encountered: