67227c9: Enable additional Biome rules across core and framework presets. Core gets noUselessCatchBinding, noUselessUndefined, useConsistentArrowReturn, noUnusedExpressions, and CSS noEmptySource (with useMaxParams and noJsxLiterals turned off); Next.js adds noNextAsyncClientComponent; Qwik adds useQwikMethodUsage and useQwikValidLexicalScope; React adds noReactForwardRef; Vue adds noVueDataObjectDeclaration, noVueDuplicateKeys, noVueReservedKeys, noVueReservedProps, and noVueSetupPropsReactivityLoss.f506624: Enable newly-available rules from oxlint 1.160.0. Core: typescript/no-unnecessary-qualifier, typescript/no-unnecessary-type-parameters, typescript/no-useless-default-assignment, typescript/prefer-readonly-parameter-types, typescript/strict-void-return, unicorn/consistent-template-literal-escape. Jest: jest/prefer-ending-with-an-expect, jest/prefer-importing-jest-globals, jest/valid-expect-in-promise. Vitest: vitest/valid-expect-in-promise.