From ebf9cf936477383cbc14b6c66f364fe0cd731106 Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Mon, 10 Apr 2023 10:46:42 -0400 Subject: [PATCH] Undo change to eslintrc --- .eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index cbab78067..4e57c5c7f 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', {