interface: remove tsc as pre-commit hook

This commit is contained in:
Matilde Park 2021-05-19 13:50:39 -04:00
parent de78be4ecd
commit fbd0d85e9a
2 changed files with 1 additions and 5 deletions

Binary file not shown.

View File

@ -114,10 +114,6 @@
"author": "",
"license": "MIT",
"lint-staged": {
"*.js": "eslint --cache --fix",
"*.{ts,tsx}": [
"eslint --cache --fix",
"sh -c 'tsc --project tsconfig.json --noEmit'"
]
"*.{js,ts,tsx}": "eslint --cache --fix"
}
}