This repository has been archived on 2024-10-29. You can view files and clone it, but cannot push or open issues or pull requests.
api/.lintstagedrc.json

7 lines
208 B
JSON
Raw Normal View History

2021-10-24 04:18:18 +02:00
{
"*": ["editorconfig-checker"],
"*.{js,jsx,ts,tsx}": ["prettier --write", "eslint --fix"],
2022-02-07 17:18:11 +01:00
"*.{json,jsonc,yml,yaml}": ["prettier --write"],
2022-02-19 20:08:25 +01:00
"*.md": ["prettier --write", "markdownlint --dot --fix"]
2021-10-24 04:18:18 +02:00
}