1 2 3 4 5 6 7 8 9 10 11 12 13pre-commit: parallel: true commands: lint: run: yarn lint types: run: yarn typecheck commit-msg: parallel: true commands: commitlint: run: yarn commitlint --edit
1 2 3 4 5 6 7 8 9 10 11 12 13
pre-commit: parallel: true commands: lint: run: yarn lint types: run: yarn typecheck commit-msg: parallel: true commands: commitlint: run: yarn commitlint --edit