From c718b677728a83325ef58ed39d68121129efbb54 Mon Sep 17 00:00:00 2001 From: Julia McGhee Date: Sun, 22 Mar 2026 10:40:39 +0000 Subject: [PATCH] Add ESLint config to platform-dash --- apps/platform-dash/.eslintrc.json | 6 ++++++ apps/platform-dash/package.json | 2 ++ pnpm-lock.yaml | 6 ++++++ 3 files changed, 14 insertions(+) create mode 100644 apps/platform-dash/.eslintrc.json diff --git a/apps/platform-dash/.eslintrc.json b/apps/platform-dash/.eslintrc.json new file mode 100644 index 0000000..b00dd1a --- /dev/null +++ b/apps/platform-dash/.eslintrc.json @@ -0,0 +1,6 @@ +{ + "extends": ["next/core-web-vitals"], + "rules": { + "no-console": "warn" + } +} diff --git a/apps/platform-dash/package.json b/apps/platform-dash/package.json index b6e83c0..2e4ee9c 100644 --- a/apps/platform-dash/package.json +++ b/apps/platform-dash/package.json @@ -20,6 +20,8 @@ "@types/node": "^22", "@types/react": "^19", "@types/react-dom": "^19", + "eslint": "^9", + "eslint-config-next": "^15.1.0", "typescript": "^5.7.0" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c6a134e..5d79f90 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -161,6 +161,12 @@ importers: '@types/react-dom': specifier: ^19 version: 19.2.3(@types/react@19.2.14) + eslint: + specifier: ^9 + version: 9.39.4(jiti@2.6.1) + eslint-config-next: + specifier: ^15.1.0 + version: 15.5.14(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3) typescript: specifier: ^5.7.0 version: 5.9.3