chore: lint mdx in lint-staged

This commit is contained in:
Elliot DeNolf
2024-03-24 23:18:34 -04:00
parent d5935ea81b
commit e9f15c377f

View File

@@ -167,7 +167,7 @@
"pnpm": ">=8" "pnpm": ">=8"
}, },
"lint-staged": { "lint-staged": {
"*.{md,yml,json}": "prettier --write", "*.{md,mdx,yml,json}": "prettier --write",
"*.{js,jsx,ts,tsx}": [ "*.{js,jsx,ts,tsx}": [
"prettier --write", "prettier --write",
"eslint --cache --fix" "eslint --cache --fix"