/** @type {import("stylelint").Config} */ export default { extends: [ "stylelint-config-recommended", "stylelint-config-tailwindcss", "stylelint-config-html/astro", ], };