Sha256: 3a572fc85e8b32f272a4bd5d23bf6fcce32cd318c35342216ce6304886f87390
Contents?: true
Size: 579 Bytes
Versions: 8
Compression:
Stored size: 579 Bytes
Contents
pre-commit: commands: standard: glob: "*.rb" run: bundle exec standardrb --fix {staged_files} stage_fixed: true eslint: root: "frontend/" glob: "*.{js,ts,vue}" run: npx eslint --fix {staged_files} stage_fixed: true prettier: root: "frontend/" glob: "*.{js,ts,vue}" run: npx prettier --write {staged_files} stage_fixed: true type-check: root: "frontend/" glob: "*.{js,ts,vue}" run: npm run type-check actionlint: glob: ".github/workflows/*.yaml" run: actionlint
Version data entries
8 entries across 8 versions & 1 rubygems