This commit is contained in:
2025-10-05 13:50:18 +02:00
commit 41f083d69e
71 changed files with 17398 additions and 0 deletions

3
eslint.config.mjs Normal file
View File

@@ -0,0 +1,3 @@
import astro from "eslint-plugin-astro";
export default [...astro.configs["flat/recommended"], ...astro.configs["flat/jsx-a11y-strict"]];