diff --git a/lefthook.yml b/lefthook.yml deleted file mode 100644 index 5e5d1f4783..0000000000 --- a/lefthook.yml +++ /dev/null @@ -1,17 +0,0 @@ -pre-commit: - parallel: true - commands: - lint: - glob: "*.{js,ts,tsx}" - run: yarn lint {staged_files} - types: - glob: "*.{json,js,ts,tsx}" - run: yarn tsc --noEmit - test: - glob: "*.{json,js,ts,tsx}" - run: yarn test -commit-msg: - parallel: true - commands: - commitlint: - run: yarn commitlint --edit