diff --git a/.eslintrc.js b/.eslintrc.js index 01cad187be..caddf390f4 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -263,4 +263,7 @@ module.exports = { }, }, ], + settings: { + 'testing-library/custom-queries': 'off', + }, };