fix: pipeline alignment - downgrade eslint and mintel configs to match mb-grid-solutions
Some checks failed
Build & Deploy / 🔍 Prepare Environment (push) Successful in 5s
Build & Deploy / 🧪 QA (push) Failing after 1m42s
Build & Deploy / 🏗️ Build (push) Failing after 3m57s
Build & Deploy / 🚀 Deploy (push) Has been skipped
Build & Deploy / ⚡ PageSpeed (push) Has been skipped
Build & Deploy / 🔔 Notifications (push) Successful in 2s

This commit is contained in:
2026-02-07 16:26:22 +01:00
parent e2c71d8254
commit 958989165f
6 changed files with 241 additions and 271 deletions

View File

@@ -10,19 +10,17 @@
"prepare": "husky"
},
"devDependencies": {
"@mintel/eslint-config": "^1.2.3",
"@mintel/husky-config": "^1.2.3",
"eslint": "^10.0.0",
"@mintel/cli": "^1.1.13",
"@mintel/eslint-config": "^1.1.13",
"@mintel/husky-config": "^1.1.13",
"@mintel/next-config": "^1.1.13",
"@mintel/next-utils": "^1.1.13",
"@mintel/tsconfig": "^1.1.13",
"eslint": "8.57.1",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"husky": "^9.1.7",
"lint-staged": "^16.2.7",
"prettier": "^3.8.1"
},
"dependencies": {
"@mintel/cli": "^1.2.5",
"@mintel/next-config": "^1.2.5",
"@mintel/next-utils": "^1.2.3",
"@mintel/tsconfig": "^1.2.3"
}
}