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

9
apps/web/.eslintrc.json Normal file
View File

@@ -0,0 +1,9 @@
{
"extends": [
"next/core-web-vitals",
"next/typescript"
],
"rules": {
"no-console": "warn"
}
}