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
add a shortcut to create a turbo with type console.error and a different emoji
like
normal shortcut:
console.log('π ~ file: middleware.ts:19 ~ user:', data)
error shortcut:
console.error('β ~ file: middleware.ts:19 ~ user:', data)
With ESLint, console.error statements can be allowed, while console.log statements should throw errors or warnings.
The text was updated successfully, but these errors were encountered:
add a shortcut to create a turbo with type console.error and a different emoji
like
normal shortcut:
console.log('π ~ file: middleware.ts:19 ~ user:', data)
error shortcut:
console.error('β ~ file: middleware.ts:19 ~ user:', data)
With ESLint, console.error statements can be allowed, while console.log statements should throw errors or warnings.
The text was updated successfully, but these errors were encountered: