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

7 lines
213 B
JSON
Raw 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"]
}