Is there any ESLint rule for writing only pure functions in typescript? I wanted to write only pure functions in my code. Does anyone know how do we do this?
1 Replies
I don't think ESLint is advanced enough to figure out which functions are pure and which aren't.