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