/** @type {import('svglint').Config} */ const config = { rules: { // Ensure all SVGs are valid XML. valid: true, // Block elements that can execute code or embed arbitrary content. //