From 0444d78b4f5b16642932fdf7a79071bef53e5944 Mon Sep 17 00:00:00 2001 From: splincode Date: Tue, 10 Oct 2023 21:54:35 +0300 Subject: [PATCH] fix(eslint-plugin-experience): add `jest/prefer-lowercase-title` --- projects/eslint-plugin-experience/configs/jest.js | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/eslint-plugin-experience/configs/jest.js b/projects/eslint-plugin-experience/configs/jest.js index 9f00852d..67b01f87 100644 --- a/projects/eslint-plugin-experience/configs/jest.js +++ b/projects/eslint-plugin-experience/configs/jest.js @@ -23,6 +23,7 @@ module.exports = { 'jest/require-to-throw-message': 'off', 'jest/max-nested-describe': 'off', 'jest/prefer-expect-resolves': 'off', + 'jest/prefer-lowercase-title': 'off', }, }, ],