From 3953e34920b7861b67cfe9cefeb352fa34f6b575 Mon Sep 17 00:00:00 2001 From: Nathan Bierema Date: Tue, 6 Aug 2024 23:57:44 -0400 Subject: [PATCH] Update --- eslint.ts.react.jest.config.base.mjs | 9 --------- 1 file changed, 9 deletions(-) diff --git a/eslint.ts.react.jest.config.base.mjs b/eslint.ts.react.jest.config.base.mjs index 4a4a2897..be88d53c 100644 --- a/eslint.ts.react.jest.config.base.mjs +++ b/eslint.ts.react.jest.config.base.mjs @@ -65,14 +65,6 @@ export default (files, tsconfigRootDir, project) => [ '@typescript-eslint/no-unsafe-assignment': 'off', '@typescript-eslint/no-unsafe-call': 'off', '@typescript-eslint/no-unsafe-member-access': 'off', - '@typescript-eslint/no-misused-promises': [ - 'error', - { - checksVoidReturn: { - attributes: false, - }, - }, - ], '@typescript-eslint/prefer-optional-chain': 'off', '@typescript-eslint/no-base-to-string': 'off', '@typescript-eslint/consistent-indexed-object-style': 'off', @@ -88,7 +80,6 @@ export default (files, tsconfigRootDir, project) => [ '@typescript-eslint/no-duplicate-type-constituents': 'off', '@typescript-eslint/array-type': 'off', '@typescript-eslint/prefer-function-type': 'off', - 'react/prop-types': 'off', }, }, ];