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