mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-02-01 16:47:23 +00:00
5 lines
96 B
YAML
5 lines
96 B
YAML
'**/*.{ts,js,json,md,yml}':
|
|
- 'yarn prettier --write'
|
|
'**/*.{ts,js}':
|
|
- 'yarn eslint --fix'
|