chore(frontend): add eslint quality gate
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user