1// SPDX-FileCopyrightText: 2025 Norbert Melzer 2// SPDX-FileContributor: Norbert Melzer 3// 4// SPDX-License-Identifier: MIT 5 6/** @type (import("prettier").Config) */ 7 8export default { 9 plugins: ["prettier-plugin-astro"], 10};