Context
During the migration to flat ESLint config in #3581, some n plugin recommended rules that were previously commented out were removed rather than re-enabled.
The rules were commented out originally due to installation or compatibility issues at the time.
Goal
Investigate and fix the root cause that was preventing those n recommended rules from being enabled, then re-enable them as part of the flat config setup.
Related
Context
During the migration to flat ESLint config in #3581, some
nplugin recommended rules that were previously commented out were removed rather than re-enabled.The rules were commented out originally due to installation or compatibility issues at the time.
Goal
Investigate and fix the root cause that was preventing those
nrecommended rules from being enabled, then re-enable them as part of the flat config setup.Related