don't lint typescript

This commit is contained in:
Daniel Lugo 2020-05-30 18:55:12 -04:00
parent 254925b0e2
commit 6e7497eb39

View file

@ -78,9 +78,12 @@
"typescript": "^3.6.3"
},
"lint-staged": {
"*.{js,ts}": [
"*.js": [
"prettier --check",
"eslint"
],
"*.ts": [
"prettier --check"
]
},
"husky": {