Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sxzz/eslint-config
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.0.2
Choose a base ref
...
head repository: sxzz/eslint-config
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.0.3
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Mar 20, 2025

  1. chore: upgrade deps

    sxzz committed Mar 20, 2025

    Verified

    This commit was signed with the committer’s verified signature.
    joyeecheung Joyee Cheung
    Copy the full SHA
    e88fec6 View commit details
  2. chore: release v6.0.3

    sxzz committed Mar 20, 2025
    Copy the full SHA
    ed69ec3 View commit details
Showing with 898 additions and 771 deletions.
  1. +2 −2 package.json
  2. +883 −756 pnpm-lock.yaml
  3. +13 −13 pnpm-workspace.yaml
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sxzz/eslint-config",
"version": "6.0.2",
"packageManager": "pnpm@10.6.1",
"version": "6.0.3",
"packageManager": "pnpm@10.6.5",
"description": "ESLint config for @sxzz.",
"type": "module",
"license": "MIT",
Loading