mirror of
https://github.com/ant-design/ant-design.git
synced 2026-02-08 18:39:20 +08:00
chore(test): turn off no-nested-component-definitions (#56793)
Co-authored-by: 遇见同学 <1875694521@qq.com>
This commit is contained in:
@@ -85,6 +85,7 @@ export default antfu(
|
||||
'react-hooks/immutability': 'off',
|
||||
'test/prefer-lowercase-title': 'off',
|
||||
'react/no-create-ref': 'off',
|
||||
'react/no-nested-component-definitions': 'off',
|
||||
'react/no-nested-components': 'off',
|
||||
'react/no-useless-fragment': 'off',
|
||||
'no-console': 'off',
|
||||
|
||||
Reference in New Issue
Block a user