mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-11-25 08:16:04 +00:00
7 lines
151 B
YAML
7 lines
151 B
YAML
|
pre-commit:
|
||
|
parallel: true
|
||
|
commands:
|
||
|
eslint:
|
||
|
glob: '*.{js,jsx,ts,tsx}'
|
||
|
run: npx eslint --fix {staged_files}
|
||
|
stage_fixed: true
|