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 e6a4e483462309189dd8a679ab005ef170e598e8 7 lines 120 B view raw
1/** @type {import("prettier").Config} */ 2const config = { 3 semi: true, 4 singleQuote: true, 5}; 6 7export default config;