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
{{ message }}
This repository was archived by the owner on Aug 13, 2026. It is now read-only.
Summary
We're upgrading to ESLint 10.0.0 and currently have to disable
@microsoft/eslint-plugin-sdldue to runtime incompatibility.Observed behavior
The plugin pulls an incompatible runtime chain via deprecated APIs/dependencies and cannot be used safely in our ESLint 10 setup.
Expected behavior
@microsoft/eslint-plugin-sdlshould run normally under ESLint 10.Environment
Temporary workaround
We disabled the plugin entirely until an ESLint 10-compatible release is available.