fix: robust eslint9 flat config to fix pipeline patch error
Some checks failed
Build & Deploy / 🔍 Prepare Environment (push) Successful in 10s
Build & Deploy / 🧪 QA (push) Failing after 1m3s
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / ⚡ PageSpeed (push) Has been cancelled
Build & Deploy / 🔔 Notifications (push) Has been cancelled
Build & Deploy / 🏗️ Build (push) Has been cancelled

This commit is contained in:
2026-02-07 16:37:58 +01:00
parent 958989165f
commit b4378d07f3
5 changed files with 272 additions and 195 deletions

View File

@@ -10,17 +10,21 @@
"prepare": "husky"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.3",
"@eslint/js": "^10.0.1",
"@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",
"@next/eslint-plugin-next": "^16.1.6",
"eslint": "9.39.2",
"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"
"prettier": "^3.8.1",
"typescript-eslint": "^8.54.0"
}
}