From 0a1b5f269e7356d2f1d5a71900ed7a5f7f793725 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Wed, 27 Sep 2023 15:28:39 -0400 Subject: [PATCH] Trying to fix CI for husky 1. --- package.json | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index fe16d8ff..8e71081c 100644 --- a/package.json +++ b/package.json @@ -23,16 +23,9 @@ "translations:update": "git submodule update --remote --recursive" }, "lint-staged": { - "*.{ts,tsx,js}": [ - "prettier --write", - "eslint --fix" - ], - "*.{css, scss}": [ - "prettier --write" - ], - "package.json": [ - "sortpack" - ] + "*.{ts,tsx,js}": ["prettier --write", "eslint --fix"], + "*.{css, scss}": ["prettier --write"], + "package.json": ["sortpack"] }, "dependencies": { "@babel/plugin-proposal-decorators": "^7.21.5", @@ -89,6 +82,7 @@ "sharp": "^0.32.4", "tippy.js": "^6.3.7", "toastify-js": "^1.12.0", + "husky": "^8.0.3", "tributejs": "^5.1.3", "webpack": "5.88.2", "webpack-cli": "^5.1.4", @@ -116,7 +110,6 @@ "eslint-plugin-inferno": "^7.32.2", "eslint-plugin-jsx-a11y": "^6.7.1", "eslint-plugin-prettier": "^5.0.0", - "husky": "^8.0.3", "import-sort-style-module": "^6.0.0", "lint-staged": "^13.2.3", "prettier": "^3.0.0",