Files
webnet/.husky
codinget 341ece4f55 chore: add prettier, eslint, dpdm, lint-staged, commitlint; bump TS to 6
- Add Prettier with .prettierrc.json and format all source files
- Add ESLint v9 flat config with @eslint/js + typescript-eslint
- Add dpdm for circular dependency checking
- Add lint-staged (runs eslint + prettier on staged files)
- Add commitlint with conventional commits config
- Add husky pre-commit (lint-staged) and commit-msg (commitlint) hooks
- Bump TypeScript to ^6.0.2 in both packages
- Fix tsconnect moduleResolution: node → bundler (node10 deprecated in TS 6)
- Remove unused IPNConfig import and stale eslint-disable in ipn.ts

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-11 20:35:51 +00:00
..