mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-02-01 16:47:23 +00:00
8 lines
132 B
YAML
8 lines
132 B
YAML
linters:
|
|
lib/*.{js, ts}:
|
|
- 'npm run lint:fix'
|
|
- 'git add'
|
|
lib/*.{json,md,yml}:
|
|
- 'prettier --write'
|
|
- 'git add'
|