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
When using eslint-plugin-vue together with the unicorn/prefer-includes rule, running ESLint with --fix causes an infinite autofix loop.
The file content keeps duplicating until it reaches tens of thousands of lines (~60k in my tests), and in some cases, Node.js throws a JavaScript heap out of memory error.