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
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:
9
apps/web/.eslintrc.json
Normal file
9
apps/web/.eslintrc.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"extends": [
|
||||
"next/core-web-vitals",
|
||||
"next/typescript"
|
||||
],
|
||||
"rules": {
|
||||
"no-console": "warn"
|
||||
}
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
import { nextConfig } from "@mintel/eslint-config/next";
|
||||
|
||||
export default [
|
||||
...nextConfig,
|
||||
{
|
||||
rules: {
|
||||
"no-console": "warn",
|
||||
},
|
||||
},
|
||||
];
|
||||
@@ -31,14 +31,13 @@
|
||||
"typecheck": "tsc --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
"@mintel/next-utils": "^1.1.13",
|
||||
"@sentry/nextjs": "^10.38.0",
|
||||
"@react-pdf/renderer": "^4.3.2",
|
||||
"@remotion/bundler": "^4.0.414",
|
||||
"@remotion/cli": "^4.0.414",
|
||||
"@remotion/lottie": "^4.0.414",
|
||||
"@remotion/renderer": "^4.0.414",
|
||||
"@remotion/tailwind": "^4.0.414",
|
||||
"@sentry/nextjs": "^10.38.0",
|
||||
"@types/canvas-confetti": "^1.9.0",
|
||||
"@types/ioredis": "^4.28.10",
|
||||
"@types/react": "^19.2.8",
|
||||
@@ -68,17 +67,21 @@
|
||||
"zod": "3.22.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lhci/cli": "^0.15.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",
|
||||
"@tailwindcss/typography": "^0.5.15",
|
||||
"@types/node": "^25.0.6",
|
||||
"@types/prismjs": "^1.26.5",
|
||||
"@types/qrcode": "^1.5.6",
|
||||
"autoprefixer": "^10.4.20",
|
||||
"postcss": "^8.4.49",
|
||||
"@lhci/cli": "^0.15.1",
|
||||
"cheerio": "^1.1.2",
|
||||
"eslint": "8.57.1",
|
||||
"postcss": "^8.4.49",
|
||||
"tsx": "^4.21.0",
|
||||
"typescript": "5.9.3"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user