From 81a7f04b2646aa8b7b29d4d9875b2731713a2e69 Mon Sep 17 00:00:00 2001 From: Kevin Kandlbinder Date: Sun, 13 Feb 2022 18:35:29 +0000 Subject: [PATCH] Update lint-staged configuration --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8f43993..badf36c 100644 --- a/package.json +++ b/package.json @@ -86,6 +86,6 @@ }, "lint-staged": { "*.js": "eslint --cache --fix", - "*.{js,css,md,scss,json}": "prettier --write" + "*.{js,css,md,scss,json,tsx,ts}": "prettier --write" } }