blob: fe0b0ced3a6d13ca97753bdb8e6c0551542b42ed [file] [log] [blame]
{
"extends": ["eslint-config-standard"],
"rules": {
"prefer-promise-reject-errors": "off",
"no-new-func": "off",
"standard/no-callback-literal": "off",
"brace-style": ["error", "stroustrup"]
}
}