brf/.oxlintrc.json
2025-12-09 12:00:39 +01:00

6 lines
75 B
JSON

{
"rules": {
"no-console": [2, { "allow": ["error", "info"] }]
}
}