gitbeaker/.lintstagedrc.yml

8 lines
132 B
YAML

linters:
lib/*.{js, ts}:
- 'npm run lint:fix'
- 'git add'
lib/*.{json,md,yml}:
- 'prettier --write'
- 'git add'