mirror of
https://github.com/hexboy/maven-mirror-tool.git
synced 2025-04-10 08:49:10 +00:00
6 lines
119 B
YAML
6 lines
119 B
YAML
pre-commit:
|
|
parallel: true
|
|
commands:
|
|
lint:
|
|
glob: '*.{js,ts,jsx,tsx}'
|
|
run: yarn lint {staged_files}
|