chore(frontend): add eslint quality gate

This commit is contained in:
cesnimda
2026-08-30 00:19:51 +02:00
parent 7318b02e11
commit a74daa7aa4
21 changed files with 3729 additions and 82 deletions
+5 -1
View File
@@ -33,6 +33,8 @@
"start": "next dev --webpack",
"serve:export": "node ./scripts/serve-export.mjs",
"build": "node --max-old-space-size=4096 ./node_modules/next/dist/bin/next build",
"lint": "eslint . --max-warnings=0",
"lint:fix": "eslint . --fix",
"test": "jest",
"test:e2e": "node ./scripts/run-e2e.mjs"
},
@@ -55,12 +57,14 @@
"@playwright/test": "^1.62.1",
"@types/jest": "^30.0.0",
"babel-jest": "^30.4.1",
"eslint": "^9.39.5",
"eslint-config-next": "^16.2.12",
"identity-obj-proxy": "^3.0.0",
"jest": "^30.4.2",
"jest-environment-jsdom": "^30.4.1"
},
"overrides": {
"brace-expansion": "5.0.9",
"brace-expansion": "2.1.4",
"postcss": "8.5.25",
"sharp": "0.35.3"
}