From fafd9600dadaea8106679ece8b33baa604b3f6cf Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Sat, 14 Feb 2026 19:22:58 +0200 Subject: chore: update all devDependencies Also install prettier-plugin-organize-imports, and migrate eslint / husky configs to latest version --- .husky/.gitignore | 1 - .husky/pre-commit | 3 --- 2 files changed, 4 deletions(-) delete mode 100644 .husky/.gitignore mode change 100644 => 100755 .husky/pre-commit (limited to '.husky') diff --git a/.husky/.gitignore b/.husky/.gitignore deleted file mode 100644 index 31354ec..0000000 --- a/.husky/.gitignore +++ /dev/null @@ -1 +0,0 @@ -_ diff --git a/.husky/pre-commit b/.husky/pre-commit old mode 100644 new mode 100755 index 36af219..2312dc5 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" - npx lint-staged -- cgit v1.2.3