mirror of
https://github.com/komodorio/helm-dashboard.git
synced 2026-09-03 09:55:44 +00:00
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:
@@ -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: () => {},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user