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

8 lines
260 B
JSON
Raw Permalink 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-08-23 23:53:07 +02:00
"*.{md,mdx}": ["prettier --write", "markdownlint-cli2 --fix"],
"prisma/schema.prisma": ["prisma validate"]
2021-10-24 04:18:18 +02:00
}