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*'] }], }, }, {