This website requires JavaScript.
Explore
Help
Sign in
imjasonh
/
apidiff-action
Watch
1
Star
0
Fork
You've already forked apidiff-action
0
mirror of
https://github.com/imjasonh/apidiff-action
synced
2026-07-06 22:52:43 +00:00
Code
Activity
a554fe840e
apidiff-action
/
.prettierrc
8 lines
106 B
Text
Raw
Normal View
History
Unescape
Escape
Transform to apidiff-action GitHub Action - Remove all Go code and replace with Node.js GitHub Action - Use official golang.org/x/exp/cmd/apidiff tool - Add PR comment functionality - Support both git refs and directory comparisons - Add comprehensive test suite with testdata examples - Update CI to test action with breaking/safe/clean examples 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-29 16:33:49 -04:00
{
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5",
"printWidth": 100
Fix lint errors and formatting - Remove unused variables - Add .eslintignore to exclude dist/ - Apply prettier formatting - Fix all pre-commit hook issues
2025-07-29 17:07:15 -04:00
}
Copy permalink