From fb7e3cf6c4de1789c4dd555c6882657442cbeb07 Mon Sep 17 00:00:00 2001 From: Dimitri POSTOLOV Date: Thu, 8 Dec 2022 13:48:47 +0100 Subject: [PATCH] format --- .eslintrc.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index 5cb098b0426..505b74d22b0 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -285,10 +285,7 @@ module.exports = { extends: ['plugin:jest/recommended'], rules: { 'jest/no-conditional-expect': 'off', - 'jest/expect-expect': [ - 'error', - { assertFunctionNames: ['expect*'] }, - ], + 'jest/expect-expect': ['error', { assertFunctionNames: ['expect*'] }], }, }, {