mirror of
https://github.com/imjasonh/govulncheck-action
synced 2026-07-07 00:12:55 +00:00
- Install husky, lint-staged, eslint, and prettier dev dependencies - Configure ESLint with basic Node.js rules - Configure Prettier for consistent code formatting - Set up husky pre-commit hook to run lint-staged - Fix build script to use correct path (index.js not src/index.js) 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
7 lines
No EOL
105 B
JSON
7 lines
No EOL
105 B
JSON
{
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"tabWidth": 2,
|
|
"trailingComma": "es5",
|
|
"printWidth": 100
|
|
} |