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
ESLint 9 only reads flat config, so pnpm lint has been failing repo-wide since
the eslint 8 -> 9 bump. Replaces .eslintrc.json with an eslint.config.mjs on
top of the shared package, plus repo-local ignores for codegen output and a few
rule relaxations for idioms this repo relies on.
0 commit comments