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