Closed wesbos closed 1 year ago
I wanna do this:
code === 0 ? resolve() : reject();
"no-unused-expressions": [ "error", { "allowShortCircuit": true, "allowTernary": true } ]
fixed in #e3285f7
I wanna do this: