mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-02 03:59:01 +08:00
chore: disable jest/no-standalone-expect (#36942)
This commit is contained in:
parent
1239910f66
commit
f521805955
@ -148,6 +148,7 @@ module.exports = {
|
||||
'jest/no-done-callback': 0,
|
||||
'jest/valid-title': 0,
|
||||
'jest/no-conditional-expect': 0,
|
||||
'jest/no-standalone-expect': 0,
|
||||
|
||||
'unicorn/better-regex': 2,
|
||||
'unicorn/prefer-string-trim-start-end': 2,
|
||||
|
Loading…
Reference in New Issue
Block a user