chore: remove tf lint-staged rule -- will revisit

This commit is contained in:
41666 2020-12-21 05:49:28 -05:00
parent 8c9243b736
commit 5ef9046e0b

View file

@ -125,9 +125,6 @@
"*.go": [
"go fmt"
],
"*.{tf,tfvars}": [
"terraform fmt"
],
"*.{json,Dockerfile,sh,md,gitignore,env,mdx,yml,html}": [
"prettier --write"
],