UNPKG

@vlad-yakovlev/poker

Version:
15 lines (14 loc) 316 B
pre-commit: commands: compile: run: npm run compile lint: glob: '*.{js,ts}' run: npx eslint --fix {staged_files} stage_fixed: true prettier: glob: '*.{js,ts,md,json}' run: npx prettier --write {staged_files} stage_fixed: true test: run: npm run test