added a linter and tried it out. that was not fun
Some checks failed
Gitea CI-CD Pipeline / test (push) Failing after 17s
Gitea CI-CD Pipeline / build-and-deploy (push) Has been skipped

This commit is contained in:
2026-05-03 23:03:02 +02:00
parent 0fb1676b72
commit 3871f3f61f
6 changed files with 1212 additions and 15 deletions

View File

@@ -1,3 +1,4 @@
/* eslint-disable @typescript-eslint/ban-ts-comment */
// @ts-check
import { defineConfig, envField } from 'astro/config';
@@ -11,7 +12,7 @@ export default defineConfig({
include: ['**/react/*']
})],
vite: {
// @ts-ignore
//@ts-ignore
plugins: [tailwindcss({optimize:false})]
},
env: {