brf/.oxlintrc.json
2025-12-14 00:13:54 +01:00

8 lines
118 B
JSON

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