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