chore(test): turn off no-nested-component-definitions (#56793)

Co-authored-by: 遇见同学 <1875694521@qq.com>
This commit is contained in:
thinkasany
2026-01-29 10:39:51 +08:00
committed by GitHub
parent a93b4122ff
commit ebc17059de

View File

@@ -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',