From 1d989ce86a1dbb1f11786dc0e4e1c7f6b0b881d9 Mon Sep 17 00:00:00 2001 From: Jacek Pudysz Date: Tue, 3 Oct 2023 12:28:50 +0200 Subject: [PATCH] feat: move unistyles to repository --- lefthook.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 lefthook.yml diff --git a/lefthook.yml b/lefthook.yml deleted file mode 100644 index d1ddf4f4..00000000 --- a/lefthook.yml +++ /dev/null @@ -1,20 +0,0 @@ -pre-commit: - parallel: true - commands: - lint: - files: git diff --name-only @{push} - glob: "*.{js,ts,jsx,tsx}" - run: npx eslint {files} - tsc: - files: git diff --name-only @{push} - glob: "*.{js,ts, jsx, tsx}" - run: npx tsc --noEmit - test: - files: git diff --name-only @{push} - glob: "*.{js,ts, jsx, tsx}" - run: npx jest -commit-msg: - parallel: true - commands: - commitlint: - run: npx commitlint --edit