diff --git a/@packages/@infrastructure/analytics-client/package.json b/@packages/@infrastructure/analytics-client/package.json index bd9fff33b..51c3effbe 100755 --- a/@packages/@infrastructure/analytics-client/package.json +++ b/@packages/@infrastructure/analytics-client/package.json @@ -1,6 +1,7 @@ { "name": "@lilith/analytics-client", "version": "1.0.0", + "type": "module", "private": true, "description": "Analytics tracking client with React hooks and event batching for the lilith platform", "author": { diff --git a/features/analytics/frontend-admin/package.json b/features/analytics/frontend-admin/package.json index 7a44d217b..9c572448d 100755 --- a/features/analytics/frontend-admin/package.json +++ b/features/analytics/frontend-admin/package.json @@ -10,7 +10,7 @@ }, "scripts": { "typecheck": "tsc --noEmit", - "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0" + "lint": "eslint . --ext ts,tsx --report-unused-disable-directives" }, "dependencies": { "@analytics/shared-types": "workspace:*", diff --git a/package.json b/package.json index 1e754da86..bc4914d07 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,6 @@ { "name": "@lilith/lilith-platform", + "type": "module", "private": true, "version": "1.0.0", "description": "@lilith platform - Incremental MVP development",