forked from claude-did-this/claude-hub
- Add GitHub Actions workflows for CI, security scanning, and deployment - Implement automated PR review system triggered by successful check suites - Add ESLint and Prettier for code quality and formatting - Configure Dependabot for automated dependency updates - Add comprehensive test coverage for check suite webhook events - Include Docker builds and container registry publishing - Add security scanning with CodeQL, npm audit, and TruffleHog - Create PR and issue templates for better collaboration - Add comprehensive CI/CD documentation 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
10 lines
178 B
Plaintext
10 lines
178 B
Plaintext
{
|
|
"semi": true,
|
|
"trailingComma": "none",
|
|
"singleQuote": true,
|
|
"printWidth": 100,
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"bracketSpacing": true,
|
|
"arrowParens": "avoid"
|
|
} |