/** @type {import("prettier").Config} */ export default { tabWidth: 4, semi: false, singleQuote: false, };