// @ts-check /** @type {import('prettier').Config} */ const config = { semi: false, singleQuote: true, trailingComma: 'all', } export default config