9 lines
183 B
YAML
Raw Normal View History

2026-01-16 08:33:15 +01:00
pre-commit:
parallel: true
commands:
lint:
glob: "*.{js,ts,jsx,tsx}"
run: npx eslint {staged_files}
types:
glob: "*.{js,ts, jsx, tsx}"
run: npx tsc