From f71157c24dc5cadc7e524232213a04abcb9a4100 Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Thu, 3 Jun 2021 22:57:03 +0200 Subject: [PATCH] Remove tsc from pre commit (#9359) --- lint-staged.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lint-staged.config.js b/lint-staged.config.js index 15d6269cbc..2c08d7e620 100644 --- a/lint-staged.config.js +++ b/lint-staged.config.js @@ -1,5 +1,4 @@ module.exports = { - "*.ts": () => "tsc -p tsconfig.json", "*.{js,ts}": "eslint --fix", "!(/translations)*.{js,ts,json,css,md,html}": "prettier --write", };