2
1
mirror of https://github.com/Thream/file-uploads-api.git synced 2024-07-06 21:00:10 +02:00
file-uploads-api/.lintstagedrc.json

7 lines
213 B
JSON
Raw Normal View History

2022-04-08 17:54:56 +02:00
{
"*": ["editorconfig-checker"],
"*.{js,jsx,ts,tsx}": ["prettier --write", "eslint --fix"],
"*.{json,jsonc,yml,yaml}": ["prettier --write"],
2023-05-13 19:47:36 +02:00
"*.{md,mdx}": ["prettier --write", "markdownlint-cli2 --fix"]
2022-04-08 17:54:56 +02:00
}