Files
wehub-resource-sync 70bf21e064
Deploy (to testing) and Test Playground Preview Worker / Deploy Playground Preview Worker (testing) (push) Has been skipped
Deploy Workers Shared Staging / Deploy Workers Shared Staging (push) Failing after 0s
Prerelease / build (push) Has been skipped
Handle Changesets / Handle Changesets (push) Has been cancelled
Semgrep OSS scan / semgrep-oss (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:30:11 +08:00

1.5 KiB

@cloudflare/lint-config-shared

1.2.1

Patch Changes

  • #12347 1a1f9e4 Thanks @vicb! - Add an ESLint rule checking that expect is not imported from vitest.

    Retrieving expect from the test context is safer for concurrent tests, so we will standardize on using that.

1.2.0

Minor Changes

1.1.0

Minor Changes

1.0.0

Major Changes

  • #3833 c2f1b689 Thanks @1000hz! - Updated import/order and unused-imports/no-unused-vars to raise errors.

    This change updates all rules currently raising warnings to instead raise errors. Our lint philosophy should not allow problems to be merged without being explicitly ignored.