Closed hooray closed 8 months ago
Maybe we can implement this feature through comments(like eslint):
For example:
// turbo-console-disable-next-line
console.log('foo')
console.log('foo') // turbo-console-disable-line
/* turbo-console-disable (On top of file) */
console.log('foo') console.log('bar')
WDYT👀?
I think it's great !
Clear and concise description of the problem
There are some consoles in the project that would prefer not to use the plugin's capabilities, as they may be presenting static information that is not intended for debugging.
Suggested solution
I have no idea 😂
Alternative
No response
Additional context
No response
Validations