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
`regexp/recommended` was added unintentionally during the ESLint v9 migration
(cbfeb53) and overrode the curated regex ruleset. Remove that spread so the
hand-picked list at the top of eslint.config.mjs is the active policy. Re-add
11 bug-catching rules from `recommended` that don't fight Prism's grammar
idioms. Disable `prefer-const` to match team convention. Add globals for
`src/plugins/**/demo.js`. Apply minor auto-fixes and inline-disable 4
intentional regex patterns.
869 warnings → 0; lint:ci, build, typecheck, tests, and regex-coverage all pass.
0 commit comments