While working on v5, I noticed a couple of things that might use some checking:
lint-staged - incorrect file filter appliedbuild filesWhile running pre-commit actions, this prettier command takes a lot of time, because it's actually scanning the whole project, not only the files that are about to be committed.

lint-staged - incorrect file filter appliedThis here says only "**/*.js" needs to be included. We should add ts,tsx here as well.

build filesRunning yarn eslint inspects the whole project, including build files, which should NOT be happening.


Hey @doitadrian 馃憢 ,
If the issue still exists, would like to have a look into this. Let me know if someone is already working on solving this. Thanks
Sure, go ahead @iamdarshshah! 馃憤
Let us know for any questions.
P.S. Note that you need to branch from v5 branch, which is what we'll be working on for the following weeks.
We don't need this for master.
@doitadrian Sure noted. I'm on it! 馃憤
@doitadrian Check PR #1301 that will fix this issue for branch v5 & let me know if there is anything that needs to change. Thanks
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.