fork of hey-api/openapi-ts because I need some additional things
at main 120 B view raw
1/** @type {import("prettier").Config} */ 2const config = { 3 semi: true, 4 singleQuote: true, 5}; 6 7export default config;