You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
with latest version of eslint plus your plugin, I can't fix code. If I do a yarn eslint --fix file.ts it shows me errors and even suggests to me to use --fix -- but no fixes come through. Once I remove plugin:array-func/all, it all works again.
I think eslint might have flag you need to set as author, to specify you support fixing.