Add ESLint config to platform-dash
Some checks failed
CI / lint-and-test (push) Successful in 36s
CI / build (push) Has been cancelled
Deploy Production / deploy (push) Has been cancelled

This commit is contained in:
Julia McGhee
2026-03-22 10:40:39 +00:00
parent eedf0deadd
commit c718b67772
3 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
{
"extends": ["next/core-web-vitals"],
"rules": {
"no-console": "warn"
}
}

View File

@@ -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"
}
}

6
pnpm-lock.yaml generated
View File

@@ -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