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.

refactor: update lint-staged configuration for improved formatting and linting.

+2 -1
+2 -1
lint-staged.config.js
··· 1 1 export default { 2 - '*': ['pnpm format', 'pnpm lint:fix'], 2 + '*': 'oxfmt', 3 + '*.{js,jsx,ts,tsx,mjs,mts,cjs,cts,vue,svelte}': 'eslint --fix', 3 4 };