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
Add CI workflows, ESLint, Prettier, and formatting alignment with x402
- Add 4 GitHub Actions workflows: format check, lint check, unit tests (Node 20/22 matrix), lockfile validation
- Add .prettierrc (semi: false, singleQuote: true, printWidth: 100) matching x402
- Add eslint.config.js (flat config with @typescript-eslint)
- Add format:check and lint:check scripts to root and evm package.json
- Bump pnpm from 9.15.0 to 10.7.0
- Fix unused import (PAYMENT_INFO_COMPONENTS) and lint warnings in nonce.ts
- Reformat all source and test files with new prettier config
Co-Authored-By: Claude Opus 4.6 <[email protected]>
0 commit comments