Remove tsc from pre commit (#9359)

This commit is contained in:
Bram Kragten
2021-06-03 22:57:03 +02:00
committed by GitHub
parent e87a2b36cf
commit f71157c24d

View File

@ -1,5 +1,4 @@
module.exports = {
"*.ts": () => "tsc -p tsconfig.json",
"*.{js,ts}": "eslint --fix",
"!(/translations)*.{js,ts,json,css,md,html}": "prettier --write",
};