From 22b6b6a4733296c8a66958197d8ac1222cce16cd Mon Sep 17 00:00:00 2001 From: "G.Ambatte" Date: Sun, 9 Apr 2023 11:00:07 +1200 Subject: [PATCH] Comment out `valid-expect` linter rule --- .eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 4e57c5c7f..cbab78067 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -24,7 +24,7 @@ module.exports = { 'react/jsx-no-bind' : ['error', { allowArrowFunctions: true }], 'react/jsx-uses-react' : 'error', 'react/prefer-es6-class' : ['error', 'never'], - 'jest/valid-expect' : ['error', { maxArgs: 2 }], + // 'jest/valid-expect' : ['error', { maxArgs: 2 }], /** Warnings **/ 'max-lines' : ['warn', {