Bumped vite, eslint, typescript, prettier and related plugins versions to latest (#623)

* Bumped vite, eslint, typescript, prettier and related plugins

* Fixed unused arg

* Fixed prettier warnings
This commit is contained in:
yuri-sakharov
2025-11-22 08:31:28 +02:00
committed by GitHub
parent 40161aee12
commit 210a371d06
32 changed files with 3837 additions and 3287 deletions
+1 -2
View File
@@ -12,6 +12,5 @@ export const ErrorModalContext = createContext<{
}>({
shouldShowErrorModal: undefined,
// in this case we allow Unexpected empty method
//eslint-disable-next-line @typescript-eslint/no-empty-function
setShowErrorModal: (toggle?: ErrorAlert) => {},
setShowErrorModal: () => {},
});