import type { Config } from 'prettier'; export const config: Config = { plugins: ['prettier-plugin-pkg'], }; export default config;