jsx: update and address eslint

add script to top-level package.json to run eslint in subdir
This commit is contained in:
Min RK
2025-03-26 12:02:04 +01:00
parent 742de1311e
commit cd79f17d90
10 changed files with 276 additions and 124 deletions

View File

@@ -1,7 +1,6 @@
import React, { act } from "react";
import "@testing-library/jest-dom";
import { render, screen, fireEvent } from "@testing-library/react";
import userEvent from "@testing-library/user-event";
import { Provider, useDispatch, useSelector } from "react-redux";
import { createStore } from "redux";
import { HashRouter } from "react-router";