I have a JavaScript project that I'd like to prevent the use of lambda expression functions =>.
Is there an ESLint rule I can use to help enforce this?
I'm working with Visual Studio Code.
(I've searched and tested and guessed for a couple hours...)
I have a JavaScript project that I'd like to prevent the use of lambda expression functions =>.
Is there an ESLint rule I can use to help enforce this?
I'm working with Visual Studio Code.
(I've searched and tested and guessed for a couple hours...)