Files
homelab/apps/platform-dash/.eslintrc.json
Julia McGhee c718b67772
Some checks failed
CI / lint-and-test (push) Successful in 36s
CI / build (push) Has been cancelled
Deploy Production / deploy (push) Has been cancelled
Add ESLint config to platform-dash
2026-03-22 10:40:39 +00:00

7 lines
85 B
JSON

{
"extends": ["next/core-web-vitals"],
"rules": {
"no-console": "warn"
}
}