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