nodebb/.eslintrc.json

7 lines
83 B
JSON

{
"rules": {
"handle-callback-err": [ "error", "^(e$|(e|(.*(_e|E)))rr)" ]
}
}