Add ESLint config for harness app to fix CI lint

This commit is contained in:
Julia McGhee
2026-03-21 15:38:12 +00:00
parent 6dde7c8aef
commit 06ae2c7d46

View File

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