You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'*.{ts,js,tsx,jsx}': (filenames)=>`eslint ${filenames.join(' ')}`,// Need to explicitly pass staged files even with default non-function syntax, not sure why
'web/**/*.{ts,tsx}': ()=>'pnpm web type-check',
'web/components/**/*.{ts,js,tsx,jsx}': ()=>'pnpm web test',