From 064026950f40e7afc6a755fa84b32353edcefc1e Mon Sep 17 00:00:00 2001 From: Mikyo King Date: Thu, 12 Sep 2024 20:03:44 -0600 Subject: [PATCH] wip --- package.json | 6 ------ yarn.lock | 5 ----- 2 files changed, 11 deletions(-) diff --git a/package.json b/package.json index fa5901fa..9c3a5601 100644 --- a/package.json +++ b/package.json @@ -28,11 +28,6 @@ "react": ">=18", "react-dom": ">=18" }, - "husky": { - "hooks": { - "pre-commit": "tsdx lint" - } - }, "prettier": { "printWidth": 80, "semi": true, @@ -84,7 +79,6 @@ "eslint-plugin-jsx-a11y": "^6.8.0", "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-unused-imports": "^3.2.0", - "husky": "^8.0.1", "polished": "^4.2.2", "react": "18", "react-dom": "18", diff --git a/yarn.lock b/yarn.lock index 6ef58dac..42e20873 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7977,11 +7977,6 @@ humanize-duration@^3.15.3: resolved "https://registry.yarnpkg.com/humanize-duration/-/humanize-duration-3.32.1.tgz#922beff5da36fb1cee3de26ada24c592b0fe519b" integrity sha512-inh5wue5XdfObhu/IGEMiA1nUXigSGcaKNemcbLRKa7jXYGDZXr3LoT9pTIzq2hPEbld7w/qv9h+ikWGz8fL1g== -husky@^8.0.1: - version "8.0.3" - resolved "https://registry.yarnpkg.com/husky/-/husky-8.0.3.tgz#4936d7212e46d1dea28fef29bb3a108872cd9184" - integrity sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg== - iconv-lite@0.4.24: version "0.4.24" resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b"