init changes
Some checks failed
renovate / renovate (push) Failing after 11s
test-build / build (push) Failing after 22s

This commit is contained in:
2025-07-31 16:48:50 -05:00
parent fb7941a384
commit 0bb4550418
17 changed files with 2782 additions and 42 deletions

11
eslint.config.mjs Normal file
View File

@@ -0,0 +1,11 @@
import eslintPluginAstro from 'eslint-plugin-astro';
import eslintConfigPrettier from "eslint-config-prettier/flat";
export default [
...eslintPluginAstro.configs.recommended,
eslintConfigPrettier,
{
rules: {
}
}
];