2
1
mirror of https://github.com/Thream/socketio-jwt.git synced 2024-07-06 19:30:11 +02:00
socketio-jwt/.lintstagedrc.json

7 lines
213 B
JSON
Raw Permalink Normal View History

{
"*": ["editorconfig-checker"],
"*.{js,jsx,ts,tsx}": ["prettier --write", "eslint --fix"],
"*.{json,jsonc,yml,yaml}": ["prettier --write"],
2022-09-09 11:39:27 +02:00
"*.{md,mdx}": ["prettier --write", "markdownlint-cli2 --fix"]
}