chore: Update lint-staged config to also lint TypeScript files

This commit is contained in:
Thomas A. Christensen II 2024-02-02 21:26:01 -06:00
parent 0898720a28
commit 725f631c7c

View file

@ -79,7 +79,7 @@
"typescript": "^4.7.3" "typescript": "^4.7.3"
}, },
"lint-staged": { "lint-staged": {
"*.js": "eslint --cache --fix", "*.{js,ts}": "eslint --cache --fix",
"*.{ts,js,yml,md,json}": "prettier --write" "*.{ts,js,yml,md,json}": "prettier --write"
} }
} }