diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml new file mode 100644 index 0000000..90b4b7f --- /dev/null +++ b/.pre-commit-hooks.yaml @@ -0,0 +1,7 @@ +- id: ts-standard + name: ts-standard + entry: ts-standard --fix + language: node + files: "\\.(\ + ts|tsx\ + )$"