feat: stricter lint, check pipelines, docker-containers, pnpm

This commit is contained in:
2026-02-22 17:48:51 +00:00
parent 40ca6ef94a
commit b697ad823a
50 changed files with 4976 additions and 5431 deletions

View File

@@ -1,6 +1,6 @@
import {Html, Head, Main, NextScript} from "next/document";
import { Html, Head, Main, NextScript } from "next/document";
export default function Document() {
export default function Document(): JSX.Element {
return (
<Html lang="en">
<Head/>
@@ -10,4 +10,4 @@ export default function Document() {
</body>
</Html>
);
}
}