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/pre-commit | 3 --- 1 file changed, 3 deletions(-) mode change 100644 => 100755 .husky/pre-commit (limited to '.husky/pre-commit') 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