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
fix(plugin): isolate ESLint instance per webpack config in non-threaded mode
Avoid reusing global ESLint instances across multiple webpack configurations.
This fixes incorrect `cwd` and context resolution due to shared state between configurations.
Threaded mode remains broken due to fundamental architectural flaws and requires a complete rewrite to be compatible.
BREAKING CHANGE: threaded mode is broken and now explicitly unsupported
fixes#286
0 commit comments