Trying to fix CI for husky 1.

This commit is contained in:
Dessalines 2023-09-27 15:28:39 -04:00
parent a304c7d527
commit 0a1b5f269e

View file

@ -23,16 +23,9 @@
"translations:update": "git submodule update --remote --recursive" "translations:update": "git submodule update --remote --recursive"
}, },
"lint-staged": { "lint-staged": {
"*.{ts,tsx,js}": [ "*.{ts,tsx,js}": ["prettier --write", "eslint --fix"],
"prettier --write", "*.{css, scss}": ["prettier --write"],
"eslint --fix" "package.json": ["sortpack"]
],
"*.{css, scss}": [
"prettier --write"
],
"package.json": [
"sortpack"
]
}, },
"dependencies": { "dependencies": {
"@babel/plugin-proposal-decorators": "^7.21.5", "@babel/plugin-proposal-decorators": "^7.21.5",
@ -89,6 +82,7 @@
"sharp": "^0.32.4", "sharp": "^0.32.4",
"tippy.js": "^6.3.7", "tippy.js": "^6.3.7",
"toastify-js": "^1.12.0", "toastify-js": "^1.12.0",
"husky": "^8.0.3",
"tributejs": "^5.1.3", "tributejs": "^5.1.3",
"webpack": "5.88.2", "webpack": "5.88.2",
"webpack-cli": "^5.1.4", "webpack-cli": "^5.1.4",
@ -116,7 +110,6 @@
"eslint-plugin-inferno": "^7.32.2", "eslint-plugin-inferno": "^7.32.2",
"eslint-plugin-jsx-a11y": "^6.7.1", "eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^5.0.0", "eslint-plugin-prettier": "^5.0.0",
"husky": "^8.0.3",
"import-sort-style-module": "^6.0.0", "import-sort-style-module": "^6.0.0",
"lint-staged": "^13.2.3", "lint-staged": "^13.2.3",
"prettier": "^3.0.0", "prettier": "^3.0.0",