From cd517c50592aaf3434fc9c7d640c3cbcca385ba7 Mon Sep 17 00:00:00 2001 From: Shuo Wu Date: Thu, 24 Feb 2022 16:53:40 -0500 Subject: [PATCH] lint OKTA-472376 <<>> Artifact: okta-react Files changed count: 5 PR Link: "https://github.com/okta/okta-react/pull/213" --- .eslintignore | 2 +- test/jest/reactRouterV6.test.tsx | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.eslintignore b/.eslintignore index 037a6e11..8c93705b 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,4 +1,4 @@ node_modules -/dist +dist /scripts build diff --git a/test/jest/reactRouterV6.test.tsx b/test/jest/reactRouterV6.test.tsx index aa11a540..7301d11f 100644 --- a/test/jest/reactRouterV6.test.tsx +++ b/test/jest/reactRouterV6.test.tsx @@ -10,6 +10,8 @@ * See the License for the specific language governing permissions and limitations under the License. */ +/* eslint-disable @typescript-eslint/no-explicit-any */ + import * as React from 'react'; import { act } from 'react-dom/test-utils'; import { render } from 'react-dom';