ytdl-patched/.lintstagedrc.json
nao20010128nao ab35b1b7c1
[ytdl-patched] migrate files
especially related to extractors
2021-05-22 18:15:18 +09:00

6 lines
112 B
JSON

{
"*.py": ["flake8"],
"*.{js,json}": ["npx prettier --print-width 200 --write"],
"*.sh": ["shellcheck"]
}