EsLint
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "cpl-v4",
|
||||
"version": "1.6.451",
|
||||
"version": "1.6.482",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
@@ -8,6 +8,8 @@
|
||||
"build": "npm run clean && cross-env EXPORT_STATIC=true next build",
|
||||
"postbuild": "copy LICENSE_ICONIFY.txt out\\LICENSE_ICONIFY.txt",
|
||||
"start": "next start",
|
||||
"typecheck": "tsc --noEmit",
|
||||
"check": "npm run lint && npm run typecheck",
|
||||
"lint": "next lint",
|
||||
"test": "jest",
|
||||
"prepare": "husky install",
|
||||
@@ -67,6 +69,8 @@
|
||||
"@types/testing-library__react": "^10.2.0",
|
||||
"cross-env": "^7.0.3",
|
||||
"cypress": "^14.0.0",
|
||||
"eslint": "8.57.1",
|
||||
"eslint-config-next": "15.3.4",
|
||||
"husky": "^8.0.0",
|
||||
"identity-obj-proxy": "^3.0.0",
|
||||
"jest": "^29.7.0",
|
||||
|
||||
Reference in New Issue
Block a user