This commit is contained in:
Adrian Altner 2026-03-30 14:16:43 +02:00
commit 017bf6e067
115 changed files with 19650 additions and 0 deletions

8
stylelint.config.js Normal file
View file

@ -0,0 +1,8 @@
/** @type {import('stylelint').Config} */
export default {
extends: ["stylelint-config-standard", "stylelint-config-astro"],
ignoreFiles: ["dist/**/*"],
rules: {
// Add your own rules here
},
};