import { type Config } from "prettier"; const config: Config = { trailingComma: "none", printWidth: 120 }; export default config;