mirror of
https://github.com/komodorio/helm-dashboard.git
synced 2026-08-07 21:39:31 +00:00
Enabled recommended-requiring-type-checking as result type fixes provided (#632)
* Enabled recommended-requiring-type-checking * from .cjs to .js * check * check * check * check * A lot of types aligned and refactored * More strict types * Improvement * Improvements * Improvements * Fixed routs * Fixed import types
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { Diff2HtmlUIConfig } from "diff2html/lib/ui/js/diff2html-ui-base";
|
||||
import { NonEmptyArray } from "./data/types";
|
||||
import type { Diff2HtmlUIConfig } from "diff2html/lib/ui/js/diff2html-ui-base";
|
||||
import type { NonEmptyArray } from "./data/types";
|
||||
|
||||
export const isNewerVersion = (oldVer: string, newVer: string) => {
|
||||
if (oldVer && oldVer[0] === "v") {
|
||||
|
||||
Reference in New Issue
Block a user