fork of hey-api/openapi-ts because I need some additional things
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at c73834a0e4e94655202e80e7318a040d61c34e58 7 lines 120 B view raw
1/** @type {import("prettier").Config} */ 2const config = { 3 semi: true, 4 singleQuote: true, 5}; 6 7export default config;