Fix lint-staged config formatting

This commit is contained in:
Jason Fields 2023-03-01 23:30:36 -05:00
parent 0953cc8a10
commit 58e53c45cc

View File

@ -1198,6 +1198,6 @@
},
"lint-staged": {
"*.{ts,js,json,md,yml}": "prettier --write",
"*.{ts}": "tslint --fix"
"*.ts": "tslint --fix"
}
}