Files
blackroad-os-demo/.eslintrc.json
2025-11-24 02:06:39 -06:00

7 lines
148 B
JSON

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