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';