Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to turn off eslint for node.js firebase functions project

When I created my firebase project, I enabled eslint. But now I wanted to disable it. is there a way to turn it off without initializing another project?

like image 757
Abraham Avatar asked Dec 06 '25 04:12

Abraham


1 Answers

I added this comment to the first line of the js file

/* eslint-disable */ 

And it works for now.

like image 135
Abraham Avatar answered Dec 08 '25 07:12

Abraham



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!