1/** @type {import("prettier").Config} */ 2const config = { 3 semi: true, 4 singleQuote: true, 5}; 6 7export default config;