From f5218059555dbbd2f3240a0d860d1aa4daec541d Mon Sep 17 00:00:00 2001 From: MadCcc <1075746765@qq.com> Date: Mon, 8 Aug 2022 14:24:26 +0800 Subject: [PATCH] chore: disable jest/no-standalone-expect (#36942) --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.js b/.eslintrc.js index fd26df75f9..855bbc528a 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -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,