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
Replace ESLint config file overrides with inline eslint-disable comments
Move stylex/valid-styles suppression from a centralized file list in
eslint.config.js to inline comments in each affected test-case output
file. This keeps all other ESLint rules active for those files and makes
false-positive reasons self-documenting at the point of suppression.
Test normalizeCode() now strips eslint-disable/enable comments before
comparison so the inline annotations don't affect codemod output matching.
https://claude.ai/code/session_01XiDLahA95gukTrVrvaBU6e
0 commit comments